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
It seems like Chrome's autoplay policy blocks the audio context from starting up.
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
Perhaps a Start button somewhere can get us around this?
The text was updated successfully, but these errors were encountered:
It seems like Chrome's autoplay policy blocks the audio context from starting up.
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
Perhaps a
Start
button somewhere can get us around this?The text was updated successfully, but these errors were encountered: