librosa is a python package for music and audio analysis.
Following are some of the features of librosa
- Load audio input
- Compute mel-spectrogram, MFCC, delta features, chroma
- Invert mel-spectrogram, MFCC or chroma back to waveform
- Locate beat events
- Compute beat-synchronous features
- Display features
- Save beat tracker output to a CSV file
For detailed information and examples, visit the librosa documentation.
See also the official Github page.