audfprint icon indicating copy to clipboard operation
audfprint copied to clipboard

Landmark-based audio fingerprinting

Results 41 audfprint issues
Sort by recently updated
recently updated
newest added

Hello, if the song is 1 million (the duration of the song is about 3 minutes), the matching time is very slow, how to optimize it?

Can this algorithm load the historical features into memory first, so that the matching speed is improved, but I don't know how to modify your basic code

Hello. How to create this case: I am added txt file with source folders and want to do bases named as folders for /r "C:\Users\Owner\Desktop\LISTOFFOLDERS.txt" %%i in ("*.*") do python...

``` Matching... Fri Oct 7 09:52:28 2022 Reading hash table C:\Users\test\AppData\Roaming\audfprint-gui\databases\bad 2 sin.pklz Read fprints for 2209 files ( 226208278 hashes) from C:\Users\test\AppData\Roaming\audfprint-gui\databases\bad 2 sin.pklz (60.75% dropped) Fri Oct 7...

F:\dm\audio\audfprint-master>python audfprint.py new --dbase fpdbase.pklz 1.mp3 Wed Sep 18 11:32:54 2019 ingesting #0: 1.mp3 ... Error reading header info from F:\dm\audio\audfprint-master\1.mp3 Traceback (most recent call last): File "F:\dm\audio\audfprint-master\audio_read.py", line 216,...

Hello, I have a question to ask you. When matching the same audio, -illustrate visualizes why the green line and the red line cannot match exactly? What is the reason...

Hello @dpwe, Thanks for providing a repository for the audio indexing. I am interested in using your implementation as a baseline system for my research work. Could you please provide...

I want to use this really cool project inside my code, can you please help me with it? i have a folder with ~100 .mp3 files which have to be...