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
Is the fact that, even if the project starts immediately after translation, the sounds starts only after the green flag button has been pressed a known issue?
The text was updated successfully, but these errors were encountered:
Yes it is, IIRC. The issue is that the Web Audio API only lets you start an AudioContext after a user interaction on the page has occurred. This is to prevent sites from auto-playing audio without any user interaction.
Does this issue only happen if starting the project immediately without any page interactions, or does it also occur after interacting with the page in some way but before the project viewer is appended to that same page? The former is unfixable due to the intentional design of the Web Audio API; the latter may be worth looking into.
PullJosh
changed the title
Knwon issue? (sound starting after green flag)
Known issue? (sound starting after green flag)
Mar 8, 2024
Is the fact that, even if the project starts immediately after translation, the sounds starts only after the green flag button has been pressed a known issue?
The text was updated successfully, but these errors were encountered: