The Patchbay_

librosa

Python package for music and audio analysis: feature extraction, beat tracking, and spectrograms.

LanguagePython
CategoryAudio analysis
LicenseISC
PlatformsmacOS Windows Linux
Installpip install librosa
First released2013
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Music information retrieval and audio feature extraction for research and ML.

Minimal example

import librosa
y, sr = librosa.load(librosa.ex('trumpet'))
tempo, beats = librosa.beat.beat_track(y=y, sr=sr)

Alternatives to librosa

aubiomadmomEssentiatorchaudio

← Back to all tools