Skip to main content

Overrides

NameTypeDescription
warp_modeenum                          
normal
warping
loro
pl2x
Change the warp_mode option only for analysis purposes. This option won't override warp mode in the file.

Example overrides

{
"uid": "analyze_task",
"kind": "analyze",
"task": {
"retry_method": "fail"
},
"payload": {
"general_properties": {
"enabled": true
},
"overrides": {
"warp_mode": "normal"
},
"deep_properties": {
"audio": [
{
"dplc": {
"enabled": true,
"regulation_type": "atsc_a85_agile"
}
}
]
}
}
}