SHAR Production
← All suites

Project-scoped conformance

Audio Channel Map Profile

Checks unique contiguous channels and labels.

This profile does not claim official standards certification.

Conforming example

{
  "input": {
    "synthetic": true,
    "channels": [
      {
        "number": 1,
        "label": "L"
      },
      {
        "number": 2,
        "label": "R"
      }
    ]
  },
  "result": {
    "valid": true,
    "errors": []
  }
}

Nonconforming example

{
  "input": {
    "synthetic": true,
    "channels": [
      {
        "number": 1,
        "label": "L"
      },
      {
        "number": 1,
        "label": ""
      }
    ]
  },
  "result": {
    "valid": false,
    "errors": [
      "duplicate_channel",
      "noncontiguous_channels",
      "missing_label"
    ]
  }
}

SHAR Production · sharprod.com