Production rules · Audio
AUD-013
Soft rule priority 76 domain: audio sync
Rationale
Long-form remote sources may need gradual or segmental resynchronization.
IF — conditions (all must hold)
- audio.drift_detected eq true
THEN — actions
- propose "segmental_drift_correction"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "AUD-013",
"domain": "audio",
"priority": 76,
"hard": false,
"logic": "all",
"when": [
{
"path": "audio.drift_detected",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "segmental_drift_correction"
}
],
"rationale": "Long-form remote sources may need gradual or segmental resynchronization.",
"tags": [
"sync"
]
}