Production Conformance Catalog · 11/25
Sound channel conformance
One or more unique declared channel labels.
Test cases
| ID | Input | Expected | Actual |
|---|---|---|---|
| 1 | ["L","R"] | true | true |
| 2 | ["M"] | true | true |
| 3 | ["L","R","C"] | true | true |
| 4 | [] | false | false |
| 5 | ["L","L"] | false | false |
| 6 | "L" | false | false |