From c2bae4e3b7158b9cf350587ca85bc2c380b72ffa Mon Sep 17 00:00:00 2001 From: cfy666 <3087823110@qq.com> Date: Sun, 14 Jun 2026 21:28:18 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=83=A8=E7=BD=B2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/EdgeProcessor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/EdgeProcessor/index.tsx b/frontend/src/components/EdgeProcessor/index.tsx index 23f8e90..cafa103 100644 --- a/frontend/src/components/EdgeProcessor/index.tsx +++ b/frontend/src/components/EdgeProcessor/index.tsx @@ -52,7 +52,7 @@ export function useVAD(options?: VADOptions) { model: "legacy", // WASM 和模型文件均由 Vite 插件复制到 public/ (即 dist 根目录) onnxWASMBasePath: "/", - modelURL: "/silero_vad_legacy.onnx", + baseAssetPath: "/", onSpeechStart: () => { setIsSpeaking(true); -- 2.49.1