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

How do I stop audio #5

Open
teerawat-dumrongthawatchai opened this issue Aug 25, 2019 · 2 comments
Open

How do I stop audio #5

teerawat-dumrongthawatchai opened this issue Aug 25, 2019 · 2 comments

Comments

@teerawat-dumrongthawatchai

I try to reload it and use method pause and destroy but it not working

@kelvinau
Copy link
Owner

do you have a code snippet to see it?

@tomatopickle
Copy link

tomatopickle commented Jun 22, 2021

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!

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

3 participants