nmf_to_wav
nmf_to_wav copied to clipboard
Line 59 - 60: a tuple will never equal to a number
In the file, it reads:
data_value = struct.unpack(fmt, data[0:data_size])
if data_value == 0:
but, data_value should be a tuple after unpack, it will never equal to 0.