From b15b4ca20f4a838a3ff9334095de2316024d1ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=AE=88?= Date: Tue, 10 Sep 2024 12:12:29 +0800 Subject: [PATCH] update --- runtime/python/websocket/funasr_wss_server_streaming_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/python/websocket/funasr_wss_server_streaming_llm.py b/runtime/python/websocket/funasr_wss_server_streaming_llm.py index 94a98d680..c3260e007 100644 --- a/runtime/python/websocket/funasr_wss_server_streaming_llm.py +++ b/runtime/python/websocket/funasr_wss_server_streaming_llm.py @@ -56,7 +56,7 @@ model_vad = AutoModel( device=args.device, disable_pbar=True, disable_log=True, - speech_noise_thres=-0.2, + speech_noise_thres=0.2, max_single_segment_time=60000, max_end_silence_time=800, # chunk_size=60,