Core functionality#
Librosa is a python package for music and audio analysis. It provides the building blocks necessary to create audio retrieval systems.
Core functionality (loading audio, spectral representations, etc.) is accessible from the top level of the package, while more specialized functionality (beat tracking, visualization, etc.) is organized into submodules.
- Audio signals
- Harmonics
- Magnitude scaling
- librosa.magphase
- librosa.amplitude_to_db
- librosa.db_to_amplitude
- librosa.power_to_db
- librosa.db_to_power
- librosa.perceptual_weighting
- librosa.frequency_weighting
- librosa.multi_frequency_weighting
- librosa.A_weighting
- librosa.B_weighting
- librosa.C_weighting
- librosa.D_weighting
- librosa.pcen
- librosa.mu_compress
- librosa.mu_expand