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