Update src/pipecat/audio/vad/aic_vad.py
Co-authored-by: Andres O. Vela <andresovela@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ class AICVADAnalyzer(VADAnalyzer):
|
|||||||
- speech_hold_duration:
|
- speech_hold_duration:
|
||||||
Controls for how long the VAD continues to detect speech after the audio signal
|
Controls for how long the VAD continues to detect speech after the audio signal
|
||||||
no longer contains speech (in seconds).
|
no longer contains speech (in seconds).
|
||||||
Range: 0.0 to 20x model window length
|
Range: 0.0 to 100x model window length
|
||||||
Default (SDK): 0.05s (50ms)
|
Default (SDK): 0.05s (50ms)
|
||||||
- minimum_speech_duration:
|
- minimum_speech_duration:
|
||||||
Controls for how long speech needs to be present in the audio signal before the
|
Controls for how long speech needs to be present in the audio signal before the
|
||||||
|
|||||||
Reference in New Issue
Block a user