C++ audio-fingerprinting

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

C++ audio-fingerprinting Projects

  • 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
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-fingerprinting related posts

  • How to remove repeating segments from an video file?

    2 projects | /r/ffmpeg | 9 Dec 2023
  • Program to automatically detect identical songs?

    1 project | /r/DataHoarder | 2 Oct 2021

Index

Project Stars
1 chromaprint 891

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