Up to date

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

AudioEffectHighPassFilter

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a high-pass filter to the audio bus.

Description

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

Tutorials