Up to date

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

AudioEffectLowPassFilter

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a low-pass filter to the audio bus.

Description

Cuts frequencies higher than the AudioEffectFilter.cutoff_hz and allows lower frequencies to pass.

Tutorials