mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 01:40:42 +00:00
Update wave_dbmd_reader.py
This commit is contained in:
@@ -493,8 +493,8 @@ class DolbyAtmosMetadata:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def load(cls, data: bytes):
|
def load(cls, data: bytes):
|
||||||
assert(len(data) == cls.SEGMENT_LENGTH,
|
assert len(data) == cls.SEGMENT_LENGTH,
|
||||||
"DolbyAtmosMetadata segment present in file is incorrect length")
|
"DolbyAtmosMetadata segment present in file is incorrect length"
|
||||||
|
|
||||||
h = BytesIO(data)
|
h = BytesIO(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user