AudioEffectAmplify

Inherits:AudioEffect<Resource<RefCounted<Object

Adds an amplifying audio effect to an audio bus.

Description

Increases or decreases the volume being routed through the audio bus.

Tutorials

Properties

float

volume_db

0.0

float

volume_linear


Property Descriptions

floatvolume_db =0.0🔗

Amount of amplification in decibels. Positive values make the sound louder, negative values make it quieter. Value can range from -80 to 24.


floatvolume_linear🔗

Amount of amplification as a linear value.

Note: This member modifiesvolume_db for convenience. The returned value is equivalent to the result of@GlobalScope.db_to_linear() onvolume_db. Setting this member is equivalent to settingvolume_db to the result of@GlobalScope.linear_to_db() on a value.


User-contributed notes

Please read theUser-contributed notes policy before submitting a comment.