buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
44 stars 34 forks source link

ValueError: unsupported bit depth : the wav file has 24-bit data #52

Open chenglimin opened 1 year ago

chenglimin commented 1 year ago

After I ran './audio-plot ../../benchmarks/AudioProcessing/Audios/NASA_Mars.wav ResultKFRIir.wav', I met the following error, the version of my python is 3.6.9. Do I need to replace 'wavfile.read' with 'librosa.load' or other function? image