#include <vct.h>
typedef enum {
VCT_VAD_NONE,
VCT_VAD_DETECT,
VCT_VAD_ACTIVE,
VCT_VAD_LOST
} VCTVADStatus;
VCT_VAD_NONE | Audio is currently silent. |
VCT_VAD_DETECT | The start of the audio is detected. |
VCT_VAD_ACTIVE | Audio currently exists. |
VCT_VAD_LOST | VAD detects that the audio is silent. |
These are enumeration codes to show the VAD's condition.
2006/01/25 First release