dejavu_cpp_port
dejavu_cpp_port copied to clipboard
Implementation Questions
This is such a great implementation of Dejavu! Very impressed. Do you have an explainer post for this repository similar to the one you made for the react-native project seen here: https://en.suliman.ws/posts/mafp
A couple of quick questions:
- I see the demo fingerprints the test mp3 file and prints the hashes-offsets. Would you then send these hashes to Dejavu on the server for matching against the reference fingerprint hashes?
- I'm trying to fingerprint both the query audio and the reference audio both on the client (iOS), then also match them on the client as well. Is this possible with your library? If not, what would need to be changed to make that happen?