C++ audio-analysis

Open-source C++ projects categorized as audio-analysis

Top 4 C++ audio-analysis Projects

  • essentia

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

  • chromaprint

    C library for generating audio fingerprints used by AcoustID

  • Project mention: How to remove repeating segments from an video file? | /r/ffmpeg | 2023-12-09

    you could always cut up the video into segments A,B,C,D,E using like ffmpeg -ss 00:00:00 -t 00:10:00 -i input -c copy A.ext (where A is the first 10 minutes of video) and then recombine with https://trac.ffmpeg.org/wiki/Concatenate, might take a while though and some basic math. maybe you could do something programatically with chromaprint by identifying the repeating audio segments? that's just an idea since that's what this jellyfin plugin does to identify repeated segments of shows in the form of opening credits.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • LabSound

    :microscope: :speaker: graph-based audio engine

  • sync-audio-tracks

    Audio tracks synchronization command-line tool for video editors that don't support it

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ audio-analysis related posts

Index

What are some of the best open-source audio-analysis projects in C++? This list will help you:

Project Stars
1 essentia 2,685
2 chromaprint 889
3 LabSound 698
4 sync-audio-tracks 57

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com