Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to stop any audio properly #203

Open
nurul1a opened this issue Jul 4, 2018 · 0 comments
Open

Want to stop any audio properly #203

nurul1a opened this issue Jul 4, 2018 · 0 comments

Comments

@nurul1a
Copy link

nurul1a commented Jul 4, 2018

Similar to the second tab of the demo.

I can play any item using its index, like:
this._audioProvider.play(index);
now I want to stop any item by index. like:

this._audioProvider.stop(index);
but its not working. The slider is not resetting, so, when I play again its continue from the last time.

or
is there a way to reset all audio (reset, so when I play any file again, that play from the beginning of the file).

@nurul1a nurul1a changed the title Want to stop a proper Want to stop any audio properly Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant