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.

AudioEffectLowShelfFilter๏ƒ

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a low-shelf filter to an audio bus.

Description๏ƒ

A "low-shelf" filter controls the gain of all frequencies below AudioEffectFilter.cutoff_hz.

This filter can be used to adjust the "strength" of a sound, by increasing or decreasing its low-end.

Tutorials๏ƒ