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 15:27:03 +01:00
committed by Gökmen Görgen
parent dca7f3b5b0
commit 34e9f224a8

View File

@@ -68,7 +68,7 @@ class AICVADAnalyzer(VADAnalyzer):
minimum_speech_duration:
Optional override for minimum speech duration before VAD reports
speech detected (in seconds).
Range: 0.0 to 20x model window length.
Range: 0.0 to 1.0.
If None, the SDK default (0.0s) is used.
sensitivity:
Optional override for AIC VAD sensitivity (energy threshold).