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...
AudioEffectAmplify¶
继承: AudioEffect < Resource < RefCounted < Object
向音频总线添加一个放大的音频效果。
描述¶
增加或减少通过音频总线传送的音量。
教程¶
属性¶
|
属性说明¶
float volume_db = 0.0
以分贝为单位的放大量。正值使声音更响亮,负值使声音更安静。数值范围从 -80 到 24。