Production rules · Audio
AUD-012
Hard rule priority 93 domain: audio technical
Rationale
Peak overs can clip in conversion and playback.
IF — conditions (all must hold)
- audio.true_peak_over eq true
THEN — actions
- add_flag "TRUE_PEAK_OVER"
- block "delivery"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "AUD-012",
"domain": "audio",
"priority": 93,
"hard": true,
"logic": "all",
"when": [
{
"path": "audio.true_peak_over",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "TRUE_PEAK_OVER"
},
{
"op": "block",
"value": "delivery"
}
],
"rationale": "Peak overs can clip in conversion and playback.",
"tags": [
"technical"
]
}