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
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.