Update src/pipecat/audio/vad/aic_vad.py

Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
This commit is contained in:
Gökmen Görgen
2026-01-26 10:06:33 +01:00
committed by GitHub
parent bd618d64e3
commit 3c463c9416

View File

@@ -27,7 +27,7 @@ class AICVADAnalyzer(VADAnalyzer):
- speech_hold_duration: - speech_hold_duration:
Controls for how long the VAD continues to detect speech after the audio signal Controls for how long the VAD continues to detect speech after the audio signal
no longer contains speech (in seconds). no longer contains speech (in seconds).
Range: 0.0 to 20x model window length Range: 0.0 to 100x model window length
Default (SDK): 0.05s (50ms) Default (SDK): 0.05s (50ms)
- minimum_speech_duration: - minimum_speech_duration:
Controls for how long speech needs to be present in the audio signal before the Controls for how long speech needs to be present in the audio signal before the