Panako
Panako copied to clipboard
The Panako acoustic fingerprinting system.
Hi, I think there's a problem with the code since building from Dockerfile fails. Could you help me with this? ``` > Task :compileJava FAILED /Panako/src/main/java/be/panako/strategy/olaf/OlafStrategy.java:76: error: cannot find symbol...
When storing a large file (over 2 hours). With AVAILABLE_PROCESSORS=0 It looks like the java process goes to sleep midway through. Running strace on the PID gives this message: futex(0x7fe0b8229078,...
Possible minor refactoring to improve the recognition rate. **Issue** Initial testing against a set of audio tracks shows a fingerprint pattern (hash, f1, t1) will sometimes be repeated, but more...
Possible minor refactoring to improve the recognition rate. **Testing Result** Playing around with whether a duplicate fingerprint hash is processed produced an unexpected improvement in the recognition rate when duplicate...
Possible minor refactoring to improve the recognition rate. **Observation** A test against a set of audio tracks found that the *PanakoStrategy.mostCommonDeltaTforHitList* method will return the most common delta dependent on...
It is widely considered a best practice to automatically test software using unit tests with some continuous integration tool like GitHub Actions.
TestData.java `private static final String DATASET_URL = "https://panako.be/releases/Panako-test-dataset/"` it should be: `private static final String DATASET_URL = "https://0110.be/releases/Panako/Panako-test-dataset/"` However, the main problem is having a dependency on a remote web...
I tried Panako to compare 2 audios which are 1. different with pitch (I used ([https://vocalremover.org]) to change pitch), but Panako didn't recognize it. 2. different with speed (I used...