Last active
February 14, 2021 02:09
-
-
Save ketanhdoshi/039d732b86543897785052c065155a62 to your computer and use it in GitHub Desktop.
Load Audio file in scipy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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