Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVAudioEnvironmentDistanceAttenuationParametersMBS class.

AVAudioEnvironmentDistanceAttenuationParametersMBS.DistanceAttenuationModelExponential = 1

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 15.3
One of the distance attenuation models.

Calculated as distanceGain = (distance / referenceDistance) ^ (-rolloffFactor).

AVAudioEnvironmentDistanceAttenuationParametersMBS.DistanceAttenuationModelInverse = 2

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 15.3
One of the distance attenuation models.

Calculated as distanceGain = referenceDistance / (referenceDistance + rolloffFactor * (distance – referenceDistance)).

AVAudioEnvironmentDistanceAttenuationParametersMBS.DistanceAttenuationModelLinear = 3

Type Topic Plugin Version
const AVFoundationNode MBS AVFoundation Plugin 15.3
One of the distance attenuation models.

Calculated as distanceGain = (1 – rolloffFactor * (distance – referenceDistance) / (maximumDistance – referenceDistance)).

The items on this page are in the following plugins: MBS AVFoundation Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...