Levels
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type does not exist in the source. |
window_length_sec | number | Configures 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
}
}
]
}
}
}