Skip to content

Instantly share code, notes, and snippets.

@dipanjannag
Created April 23, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dipanjannag/1b19aab3728c3230f58a8808ee8a892d to your computer and use it in GitHub Desktop.
Save dipanjannag/1b19aab3728c3230f58a8808ee8a892d to your computer and use it in GitHub Desktop.
from scipy.io import wavfile
filename = 'your_favourite_audio.wav'
rate, data = wavfile.read('angry/a01.wav')
print len(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment