Skip to content

Instantly share code, notes, and snippets.

@groakat
Created July 20, 2015 15:24
Show Gist options
  • Save groakat/68c78f7144486eb275da to your computer and use it in GitHub Desktop.
Save groakat/68c78f7144486eb275da to your computer and use it in GitHub Desktop.
import scipy.io.wavfile
import pandas as pd
sound = scipy.io.wavfile.read('../data/day.wav')
pd.DataFrame(sound[1]).to_csv('../data/wav.csv', index=False, header=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment