The AudioContext was not allowed to start #698
-
the chrome reports:
at
How can I fix it? Thanks. Environmentchrome : 97.0.4692.71 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is nothing to fix. This is a warning that Chrome always logs. There is this open Chrome request to get rid of the warning on construction: https://bugs.chromium.org/p/chromium/issues/detail?id=943258 |
Beta Was this translation helpful? Give feedback.
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 toplay
orplayPause
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