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.

AudioEffectHighPassFilter๏ƒ

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a high-pass filter to an audio bus.

Description๏ƒ

A "high-pass" filter attenuates frequencies lower than AudioEffectFilter.cutoff_hz and allows higher frequencies to pass unchanged.

This filter can be used to remove "strength" from a sound, and give low-end space for basses and impact sounds.

Tutorials๏ƒ