Skip to main content

Levels

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type does not exist in the source.
window_length_secnumberConfigures the RMS measurement window size.
minimum: 0.01
maximum: 10
default: 0.05

Example levels

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"deep_properties": {
"audio": [
{
"levels": {
"enabled": true
}
}
]
}
}
}