Attention: Here be dragons (unstable version)

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Redot.

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