Skip to content

Instantly share code, notes, and snippets.

@bmcfee
Created June 29, 2013 15:17
Show Gist options
  • Save bmcfee/5891505 to your computer and use it in GitHub Desktop.
Save bmcfee/5891505 to your computer and use it in GitHub Desktop.
librosa stsft example
import librosa
import numpy as np
import scipy
y, sr = librosa.load('/home/bmcfee/data/SMC_Mirex/SMC_MIREX_Audio/SMC_002.wav')
D = librosa.stft(y, n_fft=512)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment