#include <vct.h>
void VCT_EnableVAD( BOOL flag );
flag | TRUE enables VAD. FALSE disables VAD. |
None.
VCT_EnableVAD enables or disables Voice Activity Detection (VAD). By default, VAD is enabled.
VAD automatically determines whether or not an audio packet has transmitted by checking for the existence of audio data in the VCT_SendAudio
function.
2006/03/24 Description regarding the VCT_SendAudio function was added.
2006/01/25 First release