Voice activity detection
Understand voice activity detection in Vivox.
Read time 1 minuteLast updated 2 days ago
Voice activity detection detects the presence or absence of speech in an application. In most cases, customers do not need to adjust the default voice activity detection (VAD) settings of the Vivox SDK.
The Automatically Adjusted VAD can be enabled using
VivoxService.Instance.EnableAutoVoiceActivityDetectionAsync()VivoxService.Instance.SetVoiceActivityDetectionPropertiesAsync()VivoxService.Instance.DisableAutoVoiceActivityDetectionAsync()VivoxService.Instance.SetVoiceActivityDetectionPropertiesAsync(int hangover, int noiseFloor, int sensitivity)Parameter specifics
ThehangovernoiseFloor
The
sensitivity