mbitsnbites / soundbox

SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (4K / 8K).
https://gitlab.com/mbitsnbites/soundbox
429 stars 77 forks source link

Fix jammer working in Chrome again. #71

Closed vsariola closed 5 years ago

vsariola commented 5 years ago

Chrome nowadays prevents AudioContext from starting before any user gesture. Solution is to wait for a click and only then resume the audio.

See for example: https://forum.yoyogames.com/index.php?threads/audio-doesnt-work-anymore-in-chrome-the-audiocontext-was-not-allowed-to-start.46987/

mbitsnbites commented 5 years ago

Great fix!