 | ConnectionVolumeModifier Property |
Modify the voice volume of other speakers. Value is in decibel, so 0 is no modification,
negative values make the signal quieter and values greater than zero boost the signal louder than it is.
Be careful with high positive values, as you can really cause bad audio quality due to clipping.
The maximum possible Value is 30. Zero and all negative values cannot cause clipping and distortion,
and are preferred for optimal audio quality. Values greater than zero and less than +6 dB
might cause moderate clipping and distortion, but should still be within acceptable bounds.
Values greater than +6 dB will cause clipping and distortion that will negatively affect your audio quality.
It is advised to choose lower values. Generally we recommend to not allow values higher than 15 db.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic float VolumeModifier { get; set; }
Public Property VolumeModifier As Single
Get
Set
public:
property float VolumeModifier {
float get ();
void set (float value);
}
member VolumeModifier : float32 with get, set
Property Value
Type:
Single
See Also