Advertisement
alseambusher

Reading wavfile

Jan 8th, 2016
10,889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. import scipy.io.wavfile as wavfile
  2. rate, data = wavfile.read(FILE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement