Version 1.1

This commit is contained in:
Jamie Hardt
2019-01-04 18:47:00 -08:00
parent c20b17e82c
commit 9e259e9d6c
3 changed files with 2 additions and 5 deletions

View File

@@ -24,9 +24,6 @@ class WavBextReader:
#
# reserved[180]
# codinghistory []
if bext_data is None:
return None
packstring = "<256s"+ "32s" + "32s" + "10s" + "8s" + "QH" + "64s" + "hhhhh" + "180s"
rest_starts = struct.calcsize(packstring)