Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioLowPassFilter

The Audio Low Pass Filter passes low frequencies of an AudioSource or all sounds reaching an AudioListener, and attenuates frequencies above the Cutoff Frequency.
Read time 6 minutesLast updated 3 days ago

Definition

[RequireComponent(typeof(AudioBehaviour))]public sealed class AudioLowPassFilter : Behaviour

Remarks

Additional Resources: Audio Low Pass Filter information.

Properties

Property

Description

customCutoffCurveReturns or sets the current custom frequency cutoff curve.
cutoffFrequencyCutoff frequency in hertz for the low-pass filter.
lowpassResonanceQDetermines how much the filter's self-resonance is dampened.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.