Fix Duplicate / inconsistent EOU
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user