Optional minMinimum duration in milliseconds that a sound segment must have to be considered speech. Helps filter out very short, non-speech noises.
150
Optional maxMaximum duration of silence in milliseconds within a speech segment before it's considered ended. e.g., a pause between words.
500
Optional vadSensitivity adjustment factor, further fine-tunes thresholds from EnvironmentalCalibrator. Values > 1.0 make VAD less sensitive (require louder input for speech). Values < 1.0 make VAD more sensitive. This is applied ON TOP of the sensitivity factor in EnvironmentalCalibrator.
1.0
Optional energyNumber of past frames to consider for smoothing energy calculations (if smoothing is applied).
5
Optional thresholdRatio of speech_threshold / silence_threshold. Helps in creating a hysteresis effect. speech_threshold = silence_threshold * thresholdRatio
1.5
Configuration options for the AdaptiveVAD.