awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
librosa avatar

librosa/librosa

0
View on GitHub↗
librosa.org↗

Librosa

Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature extraction suite and music information retrieval tool designed to analyze the structural and sonic characteristics of audio signals.

The library provides specialized capabilities for music analysis, including dynamic tempo tracking to identify rhythmic pulses and spectral feature extraction to compute harmonic spectra, chroma variants, and onset points. It also serves as a time-series audio processor for synchronizing audio streams.

The system covers a broad range of audio processing and analysis domains, including audio source separation, signal segmentation, and rhythmic analysis. It implements computational primitives for spectral transforms and temporal alignment to organize and retrieve music information.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • Digital Signal Processing - Provides a comprehensive digital signal processing framework for transforming, analyzing, and manipulating audio data.
  • Audio Spectral Features - Computes frequency-based representations to identify chroma variants, harmonic spectra, and onset points.
  • Audio Processing Libraries - Provides a Python-based library for extracting structural and sonic features from audio signals.
  • Audio Stream Synchronizers - Implements time-series processing to synchronize audio streams and track dynamic tempo variations through warping techniques.
  • Audio Feature Extraction - Extracts meaningful sonic characteristics and patterns from raw audio data, including spectrograms and filter banks.
  • Dynamic Tempo Tracking - Tracks the dynamic tempo and rhythmic pulse of audio signals to identify beat patterns.
  • Signal Processing - Implements a full signal processing framework for spectral analysis, source separation, and time-stretching.
  • Fourier Transforms - Provides short-time Fourier transforms to convert time-domain audio signals into frequency-domain representations.
  • Audio Analysis Tools - Provides utilities for extracting musical attributes, including identifying the rhythmic pulse and tracking tempo changes over time.
  • Source Separation Tools - Implements tools for decomposing multichannel audio mixtures into individual components using linear algebraic projections.
  • Audio Recording Synchronization - Synchronizes two different audio recordings in time using warping techniques to account for tempo variations.
  • Audio Segmentation Utilities - Divides audio streams into distinct sections using mathematical segmentation to identify structural changes.
  • Phase-Vocoder Resampling - Implements phase-vocoder resampling to change audio duration while preserving the original pitch.
  • Dynamic Time Warping - Provides dynamic time warping algorithms to align audio sequences by non-linearly stretching or compressing the time axis.
  • Computer Audition - Library for music and audio signal analysis.
  • Music Information Retrieval - General-purpose audio and music analysis library.
  • Audio Feature Extraction - Python library for general audio and music signal analysis.
  • Audio Libraries - Python package for music information retrieval and analysis.
  • Audio and Video Processing - Analyzes audio and music signals for feature extraction.
  • Audio Processing - Tools for audio and music signal analysis.
  • Audio Video Processing - Listed in the “Audio Video Processing” section of the Awesome Python awesome list.
  • Media and Communication - Audio and music analysis library.
8,200 stars·1,032 forks·Python·isc·43 views

Star history

Star history chart for librosa/librosaStar history chart for librosa/librosa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does librosa/librosa do?

Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature extraction suite and music information retrieval tool designed to analyze the structural and sonic characteristics of audio signals.

What are the main features of librosa/librosa?

The main features of librosa/librosa are: Digital Signal Processing, Audio Spectral Features, Audio Processing Libraries, Audio Stream Synchronizers, Audio Feature Extraction, Dynamic Tempo Tracking, Signal Processing, Fourier Transforms.

Which projects share features with librosa/librosa?

Projects with overlapping indexed features include: tyiannak/pyaudioanalysis — pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for… aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… jiaaro/pydub — Pydub is a Python audio manipulation library and digital audio processor used for editing, slicing, and converting… sergree/matchering — Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… hosseinmoein/dataframe — DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous…

Projects sharing features with Librosa

These projects share indexed features with Librosa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tyiannak/pyaudioanalysistyiannak avatar

    tyiannak/pyAudioAnalysis

    6,242View on GitHub↗

    pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for extracting mathematical representations of sound, such as spectrograms, and implements a system for training and evaluating machine learning models to classify audio segments based on acoustic patterns. The project includes dedicated utilities for audio segmentation, which allow for the removal of silence and the detection of specific audio events to divide recordings into meaningful sections. It also provides data visualization capabilities that use dimensionality reduction to ma

    Python
    View on GitHub↗6,242
  • aubio/aubioaubio avatar

    aubio/aubio

    3,714View on GitHub↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    View on GitHub↗3,714
  • jiaaro/pydubjiaaro avatar

    jiaaro/pydub

    9,767View on GitHub↗

    Pydub is a Python audio manipulation library and digital audio processor used for editing, slicing, and converting audio files and segments. It serves as a programmatic wrapper for FFmpeg to import and export a wide variety of audio formats. The library functions as an audio signal generator capable of creating synthetic waveforms, such as sine waves and white noise. It also provides tools for digital signal processing, including the application of filters, fades, crossfades, and gain adjustments to sound signals. Its broader capabilities cover programmatic audio editing through concatenatio

    Python
    View on GitHub↗9,767
  • sergree/matcheringsergree avatar

    sergree/matchering

    2,551View on GitHub↗

    Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a target track to a specific reference track. It functions as a reference-based mastering system that aligns a target signal's spectral envelope, RMS, and peak amplitude with those of a chosen reference file. The project utilizes a multi-stage processing pipeline featuring an FFT spectral matching engine to adjust frequency response. It ensures output quality through the use of a brickwall limiter to prevent signal clipping while preserving the original waveform shape. The tool pr

    Pythonaudiodocker-imagedsp
    View on GitHub↗2,551
Compare all 30 related projects→