We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: