Adds a band pass filter to the audio bus.
Attenuates the frequencies inside of a range around the AudioEffectFilter.cutoffHz and cuts frequencies outside of this band.
Construct a new instance of AudioEffectBandPassFilter. Note: use memnew!AudioEffectBandPassFilter instead.
See Implementation
Adds a band pass filter to the audio bus.
Attenuates the frequencies inside of a range around the AudioEffectFilter.cutoffHz and cuts frequencies outside of this band.