mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 01:13:52 +08:00
fix: 降低误判
This commit is contained in:
@@ -33,8 +33,8 @@ class VADProvider(VADProviderBase):
|
|||||||
int(min_silence_duration_ms) if min_silence_duration_ms else 1000
|
int(min_silence_duration_ms) if min_silence_duration_ms else 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
# 至少要多少帧才算有语音,增加灵敏度
|
# 至少要多少帧才算有语音
|
||||||
self.frame_window_threshold = 1
|
self.frame_window_threshold = 3
|
||||||
|
|
||||||
def is_vad(self, conn, opus_packet):
|
def is_vad(self, conn, opus_packet):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user