Fix Duplicate / inconsistent EOU

This commit is contained in:
Xin Wang
2026-02-06 07:23:31 +08:00
parent da52a88006
commit 4ceb3ec96f
2 changed files with 3 additions and 15 deletions

View File

@@ -85,8 +85,8 @@ class DuplexPipeline:
# Initialize EOU detector
self.eou_detector = EouDetector(
silence_threshold_ms=600,
min_speech_duration_ms=200
silence_threshold_ms=settings.vad_eou_threshold_ms,
min_speech_duration_ms=settings.vad_min_speech_duration_ms
)
# Initialize services