Adds a band limit filter to the audio bus.
Limits the frequencies in a range around the AudioEffectFilter.cutoffHz and allows frequencies outside of this range to pass.
Construct a new instance of AudioEffectBandLimitFilter. Note: use memnew!AudioEffectBandLimitFilter instead.
See Implementation
Adds a band limit filter to the audio bus.
Limits the frequencies in a range around the AudioEffectFilter.cutoffHz and allows frequencies outside of this range to pass.