From 0da0701d345ad8601e94dbeb39f638811bbe8062 Mon Sep 17 00:00:00 2001 From: Mid <> Date: Tue, 15 Apr 2025 12:08:11 +0300 Subject: [PATCH] Suspend immediately --- blarf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/blarf.js b/blarf.js index fb1a73f..9d3dba9 100644 --- a/blarf.js +++ b/blarf.js @@ -31,6 +31,7 @@ var DebugSine = 0 AudCtx = new AudioContext({sampleRate: hz}) + AudCtx.suspend() if(AudCtx.audioWorklet) { AudCtx.audioWorklet.addModule("rawpcmworklet.js").then(function() {