<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioEnvironmentDistanceAttenuationModel",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioEnvironmentDistanceAttenuationModel"
  },
  "title" : "AVAudioEnvironmentDistanceAttenuationModel"
}
-->

# AVAudioEnvironmentDistanceAttenuationModel

Types of distance attenuation models.

```
enum AVAudioEnvironmentDistanceAttenuationModel
```

## Overview

Distance attenuation is the natural attenuation of sound when traveling from the source to the listener. The different attenuation models describe the drop-off in gain as the source moves away from the listener.

## Topics

### Attenuation Models

[`AVAudioEnvironmentDistanceAttenuationModel.exponential`](/documentation/AVFAudio/AVAudioEnvironmentDistanceAttenuationModel/exponential)

An exponential model that describes the drop-off in gain as the source moves away from the listener.

[`AVAudioEnvironmentDistanceAttenuationModel.inverse`](/documentation/AVFAudio/AVAudioEnvironmentDistanceAttenuationModel/inverse)

An inverse model that describes the drop-off in gain as the source moves away from the listener.

[`AVAudioEnvironmentDistanceAttenuationModel.linear`](/documentation/AVFAudio/AVAudioEnvironmentDistanceAttenuationModel/linear)

A linear model that describes the drop-off in gain as the source moves away from the listener.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)