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
I ran into this same issue, and after checking the CircularAudioWave object, I found out it has sourceNode property though which you can pause the audio so if you CircularAudioWave object is a variable called waves, you can stop the audio via wave.sourceNode.stop()
Hope this helps!
I try to reload it and use method pause and destroy but it not working
The text was updated successfully, but these errors were encountered: