-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
The AudioContext was not allowed to start #41
Comments
Same here! |
up, same here! |
Same here. |
Have you guys found out how to trick this warning? |
As it seems it's not only a warning. Sometimes the sound doesn't play, and I think it is because of exactly this. No solution yet, at least from me. |
It's even worse for me, sounds get pooled and when I click on the page, all the hover sounds that couldn't play before play at the same time |
Using the vue setup composition api here:
Everything works as it should but the console leaves a warning on loading the component (clickTheButton is not yet triggered):
Using Vue3.2.45 and Vite 4.1.0
Is there a way to avoid these warnings?
The text was updated successfully, but these errors were encountered: