Production rules · Audio
AUD-004
Hard rule priority 88 domain: audio phase
Rationale
Delayed duplicate sources create destructive spectral interference.
IF — conditions (all must hold)
- audio.comb_filtering eq true
THEN — actions
- add_flag "COMB_FILTERING"
- propose "select_or_align_microphones"
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-004",
"domain": "audio",
"priority": 88,
"hard": true,
"logic": "all",
"when": [
{
"path": "audio.comb_filtering",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "COMB_FILTERING"
},
{
"op": "propose",
"value": "select_or_align_microphones"
}
],
"rationale": "Delayed duplicate sources create destructive spectral interference.",
"tags": [
"phase"
]
}