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-20 13:49:38 +01:00
committed by Gökmen Görgen
parent 09b5b6b12d
commit 648f20db6d

View File

@@ -30,7 +30,7 @@ class AICVADAnalyzer(VADAnalyzer):
Range: 0.0 .. 20x model window length
Default (SDK): 0.05s (50ms)
- minimum_speech_duration:
Minimum duration of speech required before VAD reports speech detected (in seconds).
Controls for how long speech needs to be present in the audio signal before the VAD considers it speech (in seconds).
Range: 0.0 .. 1.0
Default (SDK): 0.0s
- sensitivity: