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...
AudioEffectNotchFilter
继承: AudioEffectFilter < AudioEffect < Resource < RefCounted < Object
向音频总线添加一个陷波滤波器。
描述
“陷波”滤波器会衰减 AudioEffectFilter.cutoff_hz 处的频率,并允许处于该频率阈值之外的频率原样通过。它是 AudioEffectBandLimitFilter 的一种更窄、衰减效果更强的版本,且功能上与 AudioEffectBandPassFilter 相反。
该滤波器可用于为该频率上的其他声音提供更多播放空间。由于它能大幅衰减频率,因此也可以用来完全消除不需要的频率。