scipy.io.wavfile gives “WavFileWarning: chunk not understood” error

前端 未结 4 1835
南笙
南笙 2021-01-02 04:21

I\'m trying to read a .wav file using scipy. I do this:

from scipy.io import wavfile

filename = \"myWavFile.wav\"
print \"Processing \" + filename

samples          


        
4条回答
  •  旧时难觅i
    2021-01-02 04:56

    I also got this error because of (presumably) metadata introduced by Audacity. I exported my wav file from another DAW (Ableton Live), and scipy.io.wavfile loaded it without error.

提交回复
热议问题