From 09b5b6b12df43af36f0d57c1efad6f20a76389ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Tue, 20 Jan 2026 13:45:41 +0100 Subject: [PATCH] Update src/pipecat/audio/vad/aic_vad.py Co-authored-by: Andres O. Vela --- src/pipecat/audio/vad/aic_vad.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pipecat/audio/vad/aic_vad.py b/src/pipecat/audio/vad/aic_vad.py index 306af08d3..48c615c93 100644 --- a/src/pipecat/audio/vad/aic_vad.py +++ b/src/pipecat/audio/vad/aic_vad.py @@ -1,8 +1,7 @@ """AIC-integrated VAD analyzer that lazily binds to the AIC SDK backend. This module provides VAD analyzer implementations that query the AIC SDK's -is_speech_detected() and map it to a float confidence (1.0/0.0). They use -10 ms windows based on the sample rate and apply optional AIC VAD parameters. +is_speech_detected() and map it to a float confidence (1.0/0.0). Classes: AICVADAnalyzer: For aic-sdk >= 2.0.0 (uses 'aic_sdk' module)