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...
AudioEffectHardLimiter
Eredita: AudioEffect < Resource < RefCounted < Object
Adds a limiter audio effect to an audio bus.
Prevents audio signals from exceeding a specified volume level.
Descrizione
A "limiter" disallows audio signals from exceeding a given volume threshold level in dB. Hard limiters predict volume peaks, and will smoothly apply gain reduction when a peak crosses the ceiling threshold level to prevent clipping. It preserves the waveform and prevents it from crossing the ceiling threshold level. Adding one in the Master bus is recommended as a safety measure to prevent sudden volume peaks from occurring, and to prevent distortion caused by clipping, when the volume exceeds 0 dB.
If clipping is desired, consider AudioEffectDistortion.MODE_CLIP.
Tutorial
Proprietà
|
||
|
||
|
Descrizioni delle proprietà
Il valore massimo consentito della forma d'onda, in decibel. Questo valore può variare da -24.0 a 0.0.
Il valore predefinito di -0.3 impedisce eventuali picchi all'interno dei campioni (ISP) di oltrepassare 0 dB, che possono causare una lieve distorsione su alcuni vecchi dispositivi.
Gain before limiting, in dB. Value can range from -24 to 24.
Time it takes in seconds for the gain reduction to fully release. Value can range from 0.01 to 3.