You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
I've been using the player to start many sounds in a row, but if I call player.stop() at any time to cut the sound off, then player.start() becomes unresponsive. Is there any way to get this so that I can start a new sound immediately after a stop()?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I've been using the player to start many sounds in a row, but if I call
player.stop()
at any time to cut the sound off, thenplayer.start()
becomes unresponsive. Is there any way to get this so that I can start a new sound immediately after astop()
?The text was updated successfully, but these errors were encountered: