ebu / ebu_adm_renderer

The EBU ADM Renderer, written in Python, is the reference implementation of EBU Tech 3388
https://ear.readthedocs.io
BSD 3-Clause Clear License
79 stars 13 forks source link

fileio/adm: fix stream and track format ID generation #78

Closed tomjnixon closed 1 month ago

tomjnixon commented 1 month ago

These are supposed to be based on the type (from the channel/pack format), but were based on the format (i.e. always PCM, or 0001).

closes #76