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