From 67b2d70a4f9a75b1ddb53c1d96003b426dd6eb5b Mon Sep 17 00:00:00 2001 From: soul-walker Date: Thu, 16 May 2024 17:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BD=95=E9=9F=B3=E9=9F=B3?= =?UTF-8?q?=E9=87=8F=E6=A3=80=E6=B5=8B=E6=9C=80=E5=B0=8F=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Communication/voice_communication.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Communication/voice_communication.gd b/Communication/voice_communication.gd index 99ff557..30aabb2 100644 --- a/Communication/voice_communication.gd +++ b/Communication/voice_communication.gd @@ -11,7 +11,7 @@ var capture: AudioEffectCapture ## 待语音识别的文本 var targetText: String ## 音量最小阈值 -const VolumeMin = 0.03 +const VolumeMin = 0.05 ## 长时间没有说话阈值 const LongTimeNoVoice = 1 var hasVoice = false