{{newin|[[0.9.0]]|090|type=function|text=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 lang="lua">
Source:setAttenuationDistances( ref, max )
</source>
=== Arguments ===
{{param|number|ref|The new reference attenuation distance. If the current [[DistanceModel]] is clamped, this is the minimum attenuation distance.}}
{{param|number|max|The new maximum attenuation distance.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Source]]
* [[Source:getAttenuationDistances]]
* [[love.audio.setDistanceModel]]
[[Category:Functions]]
{{#set:Description=Sets the reference and maximum attenuation distances of the Source.}}
== Other Languages ==
{{i18n|Source:setAttenuationDistances}}