Type:AudioRolloffMode

From Resonite Wiki
Revision as of 04:15, 9 July 2025 by Redd (talk | contribs) (add new enum values)

AudioRolloffMode is an Enum used in many audio processing components (such as AudioOutput) and ProtoFlux nodes and refers to how the audio's volume decreases as you move away from it spatially.

Possible Values

Value Description Numeric Value
LogarithmicInfinite As you move away, the audio will roll off with a Logarithmic Curve, never reaches full silence. 0
LogarithmicClamped As you move away, the audio will roll off with a Logarithmic Curve, once you hit the max distance it will hard cut to silence. 1
LogarithmicFadeOff As you move away, the audio will roll off with a Logarithmic Curve, once you reach the max desired distance it will fade out to silence linearly. 2
Linear As you move away, the audio will roll off with a Linear Curve. 3