ST2110AudioFormat type

ST 2110-30 wire-format encoding for an audio sender. Norsk-internal audio is always PCM16; PCM24 results in zig padding each sample with a zero LSB on the way to the wire. Defaults to PCM16 when unset.

Signature:

export type ST2110AudioFormat = "PCM16" | "PCM24";