Skip to content

Instantly share code, notes, and snippets.

@ketanhdoshi
Last active February 14, 2021 02:09
Show Gist options
  • Save ketanhdoshi/039d732b86543897785052c065155a62 to your computer and use it in GitHub Desktop.
Save ketanhdoshi/039d732b86543897785052c065155a62 to your computer and use it in GitHub Desktop.
Load Audio file in scipy
from scipy.io import wavfile
sample_rate, samples = wavfile.read(AUDIO_FILE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment