Knowledge Hub
Normalize Audio
The Element Normalize Audio
is used to adjust the audio level of any audio- or video element. Currently, the audio level is adjusted to -13 LUFS (Loudness Units relative to full scale). The dB variable is currently not used. Important: The element adjusts the audio level of the entire input element. If you compose your final output from various inputs with different audio levels, you should normalize each element before composing them.
Inputs
input
Parameters
target
Currently not used
Type: Double
Default: -13
JSON Example
{
"id": "someid",
"type": "NormalizeAudio",
"inputs": {
"input": "otherid"
},
"params": {
"target": "-13"
},
}