Skip to main content

Loudness

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type did not exist in the source.
results_fileobjectThe location for the output Audio loudness analysis data.
presetenum                          
atsc_a85_fixed
atsc_a85_agile
ebu_r128
freetv_op59
arib_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"
}
}
]
}
}
}