Set VADParams stop_secs to 0.2 by default
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user