Click or drag to resize
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)
Syntax
public float VadLevel { get; set; }

Property Value

Type: Single
See Also