Hacker News new | ask | show | jobs
by thefifthsetpin 2962 days ago
It absolutely is that. I experienced the problem, captured

    options.context = new window.AudioContext();
from index.js at line 224, and then just bound a user-action (I went with document.body.addEventListener('click')) and used that to call options.context.resume().

After which point, it was cool. =)