Source:setAttenuationDistances

Available since LÖVE 0.9.0
It has been renamed from Source:setDistance.

Sets the reference and maximum attenuation distances of the Source. The parameters, combined with the current DistanceModel, affect how the Source's volume attenuates based on distance. Distance attenuation is only applicable to Sources based on mono (rather than stereo) audio.

Function

Synopsis

Source:setAttenuationDistances( ref, max )

Arguments

number ref
The new reference attenuation distance. If the current DistanceModel is clamped, this is the minimum attenuation distance.
number max
The new maximum attenuation distance.

Returns

Nothing.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Source:setAttenuationDistances