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