<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PHASE",
  "identifier" : "/documentation/PHASE/PHASEDistanceModelParameters",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PHASE"
    ],
    "preciseIdentifier" : "c:objc(cs)PHASEDistanceModelParameters"
  },
  "title" : "PHASEDistanceModelParameters"
}
-->

# PHASEDistanceModelParameters

A base class for a sound’s rate of change over distance.

```
class PHASEDistanceModelParameters
```

## Overview

When your app outputs sound with a 3D position and orientation, designate a subclass of this class to indicate the manner in which PHASE changes sound with distance. Assign an instance of either [`PHASEGeometricSpreadingDistanceModelParameters`](/documentation/PHASE/PHASEGeometricSpreadingDistanceModelParameters) or [`PHASEEnvelopeDistanceModelParameters`](/documentation/PHASE/PHASEEnvelopeDistanceModelParameters), depending on your app’s needs, to the [`PHASESpatialMixerDefinition`](/documentation/PHASE/PHASESpatialMixerDefinition) class’s [`distanceModelParameters`](/documentation/PHASE/PHASESpatialMixerDefinition/distanceModelParameters) property.

## Topics

### Fading the Sound

[`fadeOutParameters`](/documentation/PHASE/PHASEDistanceModelParameters/fadeOutParameters)

A distance over which the framework fades out the mixer’s sound.



---

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)