From e1c1b2d9b200e93060a54c3dd4d536d655619d4d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 1 Mar 2026 04:13:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20AudioWorklet=20?= =?UTF-8?q?=E6=9C=AA=E6=94=B6=E5=88=B0=20start=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=97=A0=E9=9F=B3=E9=A2=91=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app.js b/web/app.js index 49c0e57..6e19df9 100644 --- a/web/app.js +++ b/web/app.js @@ -196,6 +196,7 @@ } }; source.connect(worklet); + worklet.port.postMessage({ command: "start" }); // Don't connect worklet to destination (no playback) state.workletNode = worklet; state.recording = true;