Click or drag to resize
ConnectionSet3DSettings Method
Adjusts 3D sound system settings

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public void Set3DSettings(
	float distanceFactor,
	float rolloffScale
)

Parameters

distanceFactor
Type: SystemSingle
Relative distance factor. Default is 1.0 = 1 meter
rolloffScale
Type: SystemSingle
Scaling factor for 3D sound roll-off. Defines how fast sound volume will attenuate. As higher the value, as faster the sound is toned with increasing distance.
See Also