document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. import scipy.io.wavfile as wavfile
  2. rate, data = wavfile.read(FILE)
');