mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Assuming detune is signed
This commit is contained in:
@@ -43,7 +43,7 @@ class WavSmplReader:
|
||||
"""
|
||||
|
||||
header_field_fmt = "<IIIIiIbbbbII"
|
||||
loop_field_fmt = "<IIIIII"
|
||||
loop_field_fmt = "<IIIIiI"
|
||||
header_size = struct.calcsize(header_field_fmt)
|
||||
loop_size = struct.calcsize(loop_field_fmt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user