Knowledge Hub
Audio Level
The Element Audio Level
allows you to adjust the volume of any audio- or video input. You can specify the adjustment by a dB number. +3dB roughly doubles the volume, -3dB reduces it by half.
Inputs
input
Parameters
db
The adjustment of volume level
Type: Double
Default: 0
JSON Example
{
"id": "someid",
"type": "AudioLevel",
"inputs": {
"input": "otherid"
},
"params": {
"db": "0"
},
}