Merge pull request #3659 from pipecat-ai/mb/change-vad-defaults

Set VADParams stop_secs to 0.2 by default
This commit is contained in:
Mark Backman
2026-02-06 23:51:50 -05:00
committed by GitHub
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