 | PreprocessorVadLevel Property |
Voice Activity Detection level in decibel. A high voice activation level
means you have to speak louder into the microphone in order to start transmitting.
Reasonable values range from -50 to 50. Default is 0.
To adjust the VAD level in your client, you can query
DecibelLastPeriod over a period of time to query.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic float VadLevel { get; set; }
Public Property VadLevel As Single
Get
Set
public:
property float VadLevel {
float get ();
void set (float value);
}
member VadLevel : float32 with get, set
Property Value
Type:
Single
See Also