mtg/essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 18th, 2026
Created on June 3rd, 2013
Open Issues & Pull Requests: 439 (+0)
GitHub issues: Enabled
Number of forks: 636
Total Stargazers: 3,733 (+0)
Total Subscribers: 106 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.7 days
Mean response time: 266.9 days
90th percentile: 1469.2 days
Tracked items: 61

Most active contributors

Sign in to see contributor activity.

How this project is maintained

95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 666 days
Stale 30+ days: 31
Stale 90+ days: 27

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • builds (6)
  • algorithms QA (2)
  • bug (2)
  • enhancement (2)
  • question (1)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Essentia is a C++ library for audio analysis and music information retrieval that provides Python bindings and command-line tools for music descriptor extraction.

The library addresses the need for robust, computationally efficient audio analysis by bundling an extensive collection of reusable algorithms covering audio input/output, digital signal processing blocks, statistical characterization, and music descriptors spanning spectral, temporal, tonal, and high-level characteristics. Its design emphasizes both the reliability of music descriptors and algorithmic efficiency, making it suitable for research prototyping and large-scale industrial applications. The tool includes predefined executable extractors for common music descriptors, a Vamp plugin for visualization in Sonic Visualiser, and Python bindings that enable rapid experimentation without requiring C++ compilation.

The library suits researchers and engineers working with audio analysis at any scale, from quick prototyping to production systems. It is cross-platform, supporting Linux, macOS, Windows, iOS, and Android. Python users can install via pip, while those preferring not to build the full library can download prebuilt static binaries for command-line extractors. The functionality is designed to be easily expandable, allowing users to add custom algorithms alongside the built-in descriptors.

Development activity shows consistent maintenance with automated wheel building for Python distribution across platforms. The project maintains active issue tracking and discussion forums for user support, with documentation including tutorials and frequently asked questions. The master branch receives regular updates, and the codebase is organized to support both research experimentation and production deployment.