Skip to main content

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
The entry threshold defaults to VadConfig.defaultThreshold set when constructing VadManager.