Merge remote-tracking branch 'origin/aic-v2' into aic-v2

This commit is contained in:
Gökmen Görgen
2026-01-26 10:16:23 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ class AICFilter(BaseAudioFilter):
AIC VAD parameters: AIC VAD parameters:
- speech_hold_duration: - speech_hold_duration:
How long VAD continues detecting after speech ends (in seconds). How long VAD continues detecting after speech ends (in seconds).
Range: 0.0 to 20x model window length, Default (SDK): 0.05s Range: 0.0 to 100x model window length, Default (SDK): 0.05s
- minimum_speech_duration: - minimum_speech_duration:
Minimum duration of speech required before VAD reports speech detected Minimum duration of speech required before VAD reports speech detected
(in seconds). Range: 0.0 to 1.0, Default (SDK): 0.0s (in seconds). Range: 0.0 to 1.0, Default (SDK): 0.0s

View File

@@ -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
@@ -60,7 +60,7 @@ class AICVADAnalyzer(VADAnalyzer):
will retry on set_sample_rate/first use. will retry on set_sample_rate/first use.
speech_hold_duration: speech_hold_duration:
Optional override for AIC VAD speech hold duration (in seconds). Optional override for AIC VAD speech hold duration (in seconds).
Range: 0.0 to 20x model window length. Range: 0.0 to 100x model window length.
If None, the SDK default (0.05s) is used. If None, the SDK default (0.05s) is used.
minimum_speech_duration: minimum_speech_duration:
Optional override for minimum speech duration before VAD reports Optional override for minimum speech duration before VAD reports