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

make xml reader and writer extensible #38

Closed tomjnixon closed 9 months ago

tomjnixon commented 3 years ago

Use cases:

Implementation ideas: 1) extend all ADM elements with xml attributes, and use it to (optionally) store a reference to the corresponding XML elements when parsing or generating XML

After writing this I think 3 is the way to go.