Contents

AVAudioEnvironmentDistanceAttenuationModel.exponential

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

Declaration

case exponential

Discussion

The framework calculates this value as distanceGain = (distance / referenceDistance) ^ (-rolloffFactor).

See Also

Attenuation Models