Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
AudioEffectBandLimitFilter๏
Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object
Adds a band-limit filter to an audio bus.
Description๏
A "band-limit" filter attenuates the frequencies at AudioEffectFilter.cutoff_hz, and allows frequencies outside the frequency threshold to pass unchanged. It is a wider and weaker version of AudioEffectNotchFilter, and is the opposite of AudioEffectBandPassFilter.
This filter can be used to give more room for other sounds to play at that frequency.