Bow Tie Kreative VIDEO Grammar

Production rules · Audio

AUD-001

Hard rule priority 95 domain: audio dialogue

Rationale

Speech intelligibility is a primary requirement.

IF — conditions (all must hold)

  • audio.dialogue_masked_by_music eq true

THEN — actions

  • add_flag "DIALOGUE_MASKED"
  • propose "lower_rearrange_or_duck_music"

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

rules/production_rules.json
{
  "id": "AUD-001",
  "domain": "audio",
  "priority": 95,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "audio.dialogue_masked_by_music",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "DIALOGUE_MASKED"
    },
    {
      "op": "propose",
      "value": "lower_rearrange_or_duck_music"
    }
  ],
  "rationale": "Speech intelligibility is a primary requirement.",
  "tags": [
    "dialogue"
  ]
}

This rule as JSON → · Evaluate a context →