Bow Tie Kreative VIDEO Grammar

Production rules · Audio

AUD-003

Soft rule priority 86 domain: audio repair

Rationale

Restoration should not damage intelligibility or naturalness.

IF — conditions (all must hold)

  • audio.restoration_artifact_score gt 0.25

THEN — actions

  • propose "reduce_processing_or_choose_other_repair"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "AUD-003",
  "domain": "audio",
  "priority": 86,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "audio.restoration_artifact_score",
      "op": "gt",
      "value": 0.25
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "reduce_processing_or_choose_other_repair"
    }
  ],
  "rationale": "Restoration should not damage intelligibility or naturalness.",
  "tags": [
    "repair"
  ]
}

This rule as JSON → · Evaluate a context →