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.
Checking the stable version of the documentation...
AudioEffectHighPassFilter
继承: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object
向音频总线添加一个高通滤波器。
描述
“高通”滤波器会衰减低于 AudioEffectFilter.cutoff_hz 的频率,并允许更高频率的信号原样通过。
该滤波器可用于削弱声音的“厚重感”,从而为贝斯和冲击音效腾出低频空间。