Set VADParams stop_secs to 0.2 by default

This commit is contained in:
Mark Backman
2026-02-05 18:26:17 -05:00
parent b8ac2ba713
commit a5fc2b1650
139 changed files with 153 additions and 279 deletions

View File

@@ -24,7 +24,7 @@ from pipecat.audio.utils import calculate_audio_volume, exp_smoothing
VAD_CONFIDENCE = 0.7
VAD_START_SECS = 0.2
VAD_STOP_SECS = 0.8
VAD_STOP_SECS = 0.2
VAD_MIN_VOLUME = 0.6