Skip to content

The AudioContext was not allowed to start #698

Answered by Danielku15
claroja asked this question in Q&A
Discussion options

You must be logged in to vote

There is nothing to fix. This is a warning that Chrome always logs. It must be resumed (or created) after a user gesture on the page <- this is exactly what alphaTab is doing. It resumes the context as part of different operations of one at least is expected to be trusted by the browser. This is usually the call to play or playPause as part of a user interaction or upon a general click or interaction with the page.

There is this open Chrome request to get rid of the warning on construction: https://bugs.chromium.org/p/chromium/issues/detail?id=943258

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@claroja
Comment options

Answer selected by claroja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants