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.

AudioEffectBandPassFilter๏ƒ

Inherits: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

Adds a band-pass filter to an audio bus.

Description๏ƒ

A "band-pass" filter allows the frequencies at AudioEffectFilter.cutoff_hz to pass unchanged, and attenuates frequencies outside the frequency threshold. It is the opposite of AudioEffectBandLimitFilter and AudioEffectNotchFilter.

This filter can be used to emulate sounds coming from weak speakers.

Tutorials๏ƒ