Bow Tie Kreative VIDEO Grammar

Production rules · Audio

AUD-002

Soft rule priority 78 domain: audio continuity

Rationale

Abrupt noise-floor changes expose edits and break space.

IF — conditions (all must hold)

  • audio.room_tone_hole eq true

THEN — actions

  • add_flag "ROOM_TONE_HOLE"
  • propose "fill_with_matched_room_tone_or_ambience"

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-002",
  "domain": "audio",
  "priority": 78,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "audio.room_tone_hole",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "ROOM_TONE_HOLE"
    },
    {
      "op": "propose",
      "value": "fill_with_matched_room_tone_or_ambience"
    }
  ],
  "rationale": "Abrupt noise-floor changes expose edits and break space.",
  "tags": [
    "continuity"
  ]
}

This rule as JSON → · Evaluate a context →