Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of voice activity detection (VAD) for the voice capture DSP. This enumeration is used with the MFPKEY_WMAAECMA_FEATR_VAD property.
Syntax
typedef enum AEC_VAD_MODE {
  AEC_VAD_DISABLED = 0,
  AEC_VAD_NORMAL,
  AEC_VAD_FOR_AGC,
  AEC_VAD_FOR_SILENCE_SUPPRESSION
} ;
Constants
| AEC_VAD_DISABLEDValue: 0 Voice activity detection is disabled. | ||||||||||
| AEC_VAD_NORMALGeneral purpose VAD. This setting attempts to balance the false detection rate and the missed detection rate. The output can have the following values. 
 | ||||||||||
| AEC_VAD_FOR_AGCVoice activity detection for automatic gain control and noise suppression. In this mode, the VAD threshold is higher than the normal mode, to reduce the false detection rate. The output distinguishes voiced speech from other sounds (non-speech or unvoiced speech). The output can have the following values. 
 | ||||||||||
| AEC_VAD_FOR_SILENCE_SUPPRESSIONVoice activity detection for silence suppression. In this mode, the output distinguishes speech (voiced or unvoiced) from non-speech. The output can have the following values. 
 | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP [desktop apps only] | 
| Minimum supported server | Windows Server 2003 [desktop apps only] | 
| Header | wmcodecdsp.h |