Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

AudioEffectBandLimitFilter

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a band limit filter to the audio bus.

Description

Limits the frequencies in a range around the AudioEffectFilter.cutoff_hz and allows frequencies outside of this range to pass.

Tutorials