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.

AudioEffectLowPassFilter

继承: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object

向音频总线添加一个低通滤波器。

描述

“低通”滤波器衰减高于 AudioEffectFilter.cutoff_hz 的频率,并允许更低频率的信号原样通过。

该滤波器可用于使声音变得低沉。

教程