Web Audio: Don't attempt to unlock audio on the touchstart event.

Public issue https://github.com/mackron/miniaudio/issues/759
This commit is contained in:
David Reid
2023-10-29 08:06:56 +10:00
parent 2730775e79
commit 287881b815
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -40464,7 +40464,7 @@ static ma_result ma_context_init__webaudio(ma_context* pContext, const ma_contex
};
miniaudio.unlock_event_types = (function(){
return ['touchstart', 'touchend', 'click'];
return ['touchend', 'click'];
})();
miniaudio.unlock = function() {