VadSegmentationConfig
Parameters
Hysteresis
The entry/exit threshold system prevents rapid state toggling:- Enter speech when probability >
baseThreshold - Exit speech when probability <
negativeThreshold - Stay in current state when probability is between the two
VadConfig.defaultThreshold set when constructing VadManager.