VCT_EnableVAD

Syntax

#include <vct.h>
void VCT_EnableVAD( BOOL flag );

Argument

flag TRUE enables VAD. FALSE disables VAD.

Return Value

None.

Description

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.

See Also

VCT_SendAudio

Revision History

2006/03/24 Description regarding the VCT_SendAudio function was added.
2006/01/25 First release