ADM metadata

This commit is contained in:
Jamie Hardt
2022-11-26 13:39:55 -08:00
parent 8d908a3e34
commit 0acbe58f0b
4 changed files with 102 additions and 16 deletions

View File

@@ -27,6 +27,9 @@ class WavIXMLFormat:
else:
return None
def xml_bytes(self):
return ET.tostring(self.parsed).decode("utf-8")
@property
def raw_xml(self):
"""