mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 01:40:42 +00:00
Some AXML impl
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
from collections import namedtuple
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user