Adds a low-pass filter to the Audio bus.
Cuts frequencies higher than the AudioEffectFilter.cutoffHz and allows lower frequencies to pass.
Construct a new instance of AudioEffectLowPassFilter. Note: use memnew!AudioEffectLowPassFilter instead.
See Implementation
Adds a low-pass filter to the Audio bus.
Cuts frequencies higher than the AudioEffectFilter.cutoffHz and allows lower frequencies to pass.