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

前端 未结 4 1832
南笙
南笙 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条回答
  •  無奈伤痛
    2021-01-02 05:12

    I had the same error and could successfully convert to what it can read.

    My original file was from Logic Pro. Then I used audacity to read the file.

提交回复
热议问题