-
Notifications
You must be signed in to change notification settings - Fork 98
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 #92
Comments
I have same problem! |
Any workarounds here? |
same problem. |
Same here |
This is not an error, this is the default behaviour according to the new Chrome's Autoplay Policy. https://developer.chrome.com/blog/autoplay/#webaudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, use-sound hook produces this warning in Google Chrome and Microsoft Edge browsers.
Unfortunately, React does not allow to use hooks inside callbacks so I can't define it inside my onClick handler.
Can we somehow get rid of that warning?
The text was updated successfully, but these errors were encountered: