AVAudioEnvironmentDistanceAttenuationModel.inverse
An inverse model that describes the drop-off in gain as the source moves away from the listener.
Declaration
case inverseDiscussion
The framework calculates this value as distanceGain = referenceDistance / (referenceDistance + rolloffFactor * (distance – referenceDistance)).