Production rules · Audio
AUD-011
Hard rule priority 88 domain: audio sync
Rationale
Material sync offset reduces intelligibility and trust.
IF — conditions (all must hold)
- audio.sync_offset_ms gt 40
THEN — actions
- add_flag "LIP_SYNC_OFFSET"
- propose "resync_audio_picture"
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-011",
"domain": "audio",
"priority": 88,
"hard": true,
"logic": "all",
"when": [
{
"path": "audio.sync_offset_ms",
"op": "gt",
"value": 40
}
],
"then": [
{
"op": "add_flag",
"value": "LIP_SYNC_OFFSET"
},
{
"op": "propose",
"value": "resync_audio_picture"
}
],
"rationale": "Material sync offset reduces intelligibility and trust.",
"tags": [
"sync"
]
}