mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
Update wave_bext_reader.py
This commit is contained in:
@@ -58,7 +58,7 @@ class WavBextReader:
|
|||||||
self.coding_history = sanatize_bytes(bext_data[rest_starts:])
|
self.coding_history = sanatize_bytes(bext_data[rest_starts:])
|
||||||
|
|
||||||
if self.version > 0:
|
if self.version > 0:
|
||||||
self.umid = unpacked[6]
|
self.umid = unpacked[7]
|
||||||
|
|
||||||
if self.version > 1:
|
if self.version > 1:
|
||||||
self.loudness_value = unpacked[8] / 100.0,
|
self.loudness_value = unpacked[8] / 100.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user