Contents

AVAudioEnvironmentDistanceAttenuationModel.inverse

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

Declaration

case inverse

Discussion

The framework calculates this value as distanceGain = referenceDistance / (referenceDistance + rolloffFactor * (distance – referenceDistance)).

See Also

Attenuation Models