Bow Tie Kreative VIDEO Grammar

Production rules · Audio

AUD-007

Hard rule priority 90 domain: audio loudness

Rationale

Loudness and peak targets are profile-specific.

IF — conditions (all must hold)

  • audio.delivery_profile_mismatch eq true

THEN — actions

  • add_flag "LOUDNESS_PROFILE_MISMATCH"
  • propose "render_measured_delivery_from_dynamic_master"

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-007",
  "domain": "audio",
  "priority": 90,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "audio.delivery_profile_mismatch",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "LOUDNESS_PROFILE_MISMATCH"
    },
    {
      "op": "propose",
      "value": "render_measured_delivery_from_dynamic_master"
    }
  ],
  "rationale": "Loudness and peak targets are profile-specific.",
  "tags": [
    "loudness"
  ]
}

This rule as JSON → · Evaluate a context →