From 4bf7369f925ee346765bf3d62674a9e61fbe2a62 Mon Sep 17 00:00:00 2001 From: libingxiang Date: Thu, 25 Jun 2026 15:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=8A=A5=E4=B8=AD=E8=AF=B4=E8=AF=9D?= =?UTF-8?q?=E4=BC=9A=E5=81=9C=E6=8E=89=E5=A3=B0=E9=9F=B3,=E8=80=8C?= =?UTF-8?q?=E4=B8=94=E4=B8=8D=E6=8B=BE=E9=9F=B3bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useDigitalHuman.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useDigitalHuman.ts b/src/hooks/useDigitalHuman.ts index 1ad7be7..d5f98d3 100644 --- a/src/hooks/useDigitalHuman.ts +++ b/src/hooks/useDigitalHuman.ts @@ -546,7 +546,7 @@ export function useDigitalHuman(options?: { config.connectParams.pullAudioFromRtc = mode === "rtc"; config.connectParams.pickAudioMode = mode === "btn" ? "pressButton" : "free"; - config.connectParams.enableInterrupt = enableInterruptRef.value; + config.connectParams.enableInterrupt = false; } humanInstanceRef.value = new RealTimeHuman(config);