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