From afcdef8c8103d3b61699b06c24503394cb3f2d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Fri, 23 Jan 2026 15:57:40 +0100 Subject: [PATCH] docstring clarification. --- src/pipecat/audio/vad/aic_vad.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/audio/vad/aic_vad.py b/src/pipecat/audio/vad/aic_vad.py index 6518d810c..dd371636d 100644 --- a/src/pipecat/audio/vad/aic_vad.py +++ b/src/pipecat/audio/vad/aic_vad.py @@ -20,8 +20,8 @@ class AICVADAnalyzer(VADAnalyzer): The analyzer can be constructed before the AIC Processor exists. Once the filter has started and the Processor is available, the provided factory will succeed and the - VadContext will be obtained. We then use the context's is_speech_detected() state - to derive confidence values. + VadContext will be obtained. The context's is_speech_detected() boolean state is + then mapped to 1.0 (speech) or 0.0 (no speech) to satisfy the VADAnalyzer interface. AIC VAD runtime parameters: - speech_hold_duration: