Suspend immediately

This commit is contained in:
Mid 2025-04-15 12:08:11 +03:00
parent 0408433fc3
commit 0da0701d34

View File

@ -31,6 +31,7 @@
var DebugSine = 0
AudCtx = new AudioContext({sampleRate: hz})
AudCtx.suspend()
if(AudCtx.audioWorklet) {
AudCtx.audioWorklet.addModule("rawpcmworklet.js").then(function() {