Loudness
| 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 did not exist in the source. |
| results_file | object | The location for the output Audio loudness analysis data. |
| preset | enum atsc_a85_fixedatsc_a85_agileebu_r128freetv_op59arib_tr_b32 | The preset used for integrated results calculations. It does not affect chart data. default: ebu_r128 |
Example loudness
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"deep_properties": {
"audio": [
{
"loudness": {
"enabled": true,
"preset": "atsc_a85_fixed"
}
}
]
}
}
}