{{newin|[[11.2]]|112|type=function}}
Gets the amount of air absorption applied to the Source.

By default the value is set to 0 which means that air absorption effects are disabled. A value of 1 will apply high frequency attenuation to the Source at a rate of 0.05 dB per meter.

== Function ==
=== Synopsis ===
<source lang="lua">
amount = Source:getAirAbsorption( )
</source>
=== Arguments ===
None.

=== Returns ===
{{param|number|amount|The amount of air absorption applied to the Source.}}

== Notes ==
Audio air absorption functionality is not supported on iOS.

== See Also ==
* [[parent::Source]]
* [[Source:setAirAbsorption]]
[[Category:Functions]]
{{#set:Description=Gets the amount of air absorption applied to the Source.}}
== Other Languages ==
{{i18n|Source:getAirAbsorption}}