1 Star 1 Fork 0

天天编程/godot-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
class_audioeffectreverb.rst 6.33 KB
一键复制 编辑 原始数据 按行查看 历史
github_url: hide

AudioEffectReverb

Inherits: :ref:`AudioEffect<class_AudioEffect>` < :ref:`Resource<class_Resource>` < :ref:`Reference<class_Reference>` < :ref:`Object<class_Object>`

Adds a reverberation audio effect to an Audio bus.

Simulates the sound of acoustic environments such as rooms, concert halls, caverns, or an open spaces.

Description

Simulates rooms of different sizes. Its parameters can be adjusted to simulate the sound of a specific room.

Properties

:ref:`float<class_float>` :ref:`damping<class_AudioEffectReverb_property_damping>` 0.5
:ref:`float<class_float>` :ref:`dry<class_AudioEffectReverb_property_dry>` 1.0
:ref:`float<class_float>` :ref:`hipass<class_AudioEffectReverb_property_hipass>` 0.0
:ref:`float<class_float>` :ref:`predelay_feedback<class_AudioEffectReverb_property_predelay_feedback>` 0.4
:ref:`float<class_float>` :ref:`predelay_msec<class_AudioEffectReverb_property_predelay_msec>` 150.0
:ref:`float<class_float>` :ref:`room_size<class_AudioEffectReverb_property_room_size>` 0.8
:ref:`float<class_float>` :ref:`spread<class_AudioEffectReverb_property_spread>` 1.0
:ref:`float<class_float>` :ref:`wet<class_AudioEffectReverb_property_wet>` 0.5

Property Descriptions

Default 0.5
Setter set_damping(value)
Getter get_damping()

Defines how reflective the imaginary room's walls are. Value can range from 0 to 1.


Default 1.0
Setter set_dry(value)
Getter get_dry()

Output percent of original sound. At 0, only modified sound is outputted. Value can range from 0 to 1.


Default 0.0
Setter set_hpf(value)
Getter get_hpf()

High-pass filter passes signals with a frequency higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency. Value can range from 0 to 1.


Default 0.4
Setter set_predelay_feedback(value)
Getter get_predelay_feedback()

Output percent of predelay. Value can range from 0 to 1.


Default 150.0
Setter set_predelay_msec(value)
Getter get_predelay_msec()

Time between the original signal and the early reflections of the reverb signal, in milliseconds.


Default 0.8
Setter set_room_size(value)
Getter get_room_size()

Dimensions of simulated room. Bigger means more echoes. Value can range from 0 to 1.


Default 1.0
Setter set_spread(value)
Getter get_spread()

Widens or narrows the stereo image of the reverb tail. 1 means fully widens. Value can range from 0 to 1.


Default 0.5
Setter set_wet(value)
Getter get_wet()

Output percent of modified sound. At 0, only original sound is outputted. Value can range from 0 to 1.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ttcode-net/godot-docs.git
git@gitee.com:ttcode-net/godot-docs.git
ttcode-net
godot-docs
godot-docs
master

搜索帮助