From 648f20db6d483a40eb3e0ae9019524f3044560cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Tue, 20 Jan 2026 13:49:38 +0100 Subject: [PATCH] Update src/pipecat/audio/vad/aic_vad.py Co-authored-by: Andres O. Vela --- src/pipecat/audio/vad/aic_vad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/audio/vad/aic_vad.py b/src/pipecat/audio/vad/aic_vad.py index 48c615c93..d263bf9d3 100644 --- a/src/pipecat/audio/vad/aic_vad.py +++ b/src/pipecat/audio/vad/aic_vad.py @@ -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: