Some AXML impl

This commit is contained in:
Jamie Hardt
2022-11-22 19:51:08 +00:00
parent 3096f02971
commit 2052fa385a

View File

@@ -1,9 +1,14 @@
from lxml import etree as ET
from collections import namedtuple
from ear.fileio.bw64 import Bw64Reader
class WaveAxmlReader:
"""
Reads XML data from an EBU ADM (Audio Definiton Model) WAV File.
"""
def __init__(self, axml_data, ) -> None:
pass