chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

C library for generating audio fingerprints used by AcoustID

Results 45 chromaprint issues
Sort by recently updated
recently updated
newest added

Hi there, this project is awesome ! Since we've collected it in our [HyMPS project list](https://github.com/forart/HyMPS) (in the [Fingerprinting section](https://github.com/forart/HyMPS/blob/main/Fingerprinting.md)), can you please set correct licensing terms on this git...

Hello, While building version 1.5.1 from source, one of the tests fails: **Make command:** ``` cmake \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TOOLS=ON \ -DBUILD_TESTS=ON \ -DGTEST_SOURCE_DIR=/src/googletest/googletest \ -DGTEST_INCLUDE_DIR=/src/googletest/googletest/include ``` **Failing test:** ```...

This fixes Libs and Cflags variables in pkgconfig file for mingw. pkgconf can not relocate path if it starts with prefix. By using already defined libdir and includedir, the issue...

The workflow build.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

How to map the index of the fingerprint to the timestamp? Note that, In my case, I can't get the original audio duration. Is there a mapping formula? I found...

It seems that the default input sampling rate of this algorithm is 44100. If the sampling rate is 16000, will it hurt?

Hi there, I am seeing the following error when using Chromaprint 1.4.3 . For reference I am running it on Heroku on the Heroku-18 stack which is based off of...

Hello, I'd love to use the fingerprints so I can add metadata to my music in a separate system and have it survive changes in the file and re-downloads, etc....

Hi! I'm packaging chromaprint for Arch Linux. @lalinsky would it be possible to create a new key, sign that with your current to create a chain of trust, revoke your...

I've generated and cached a chromaprint for 10k files. Now I'd like to find duplicates. My naive method is N^2: ```kotlin prints.forEachIndexed { index, print -> val smallestNotSelf = prints.drop(index...