How should I use the dejavu API if I have a whole directory of audio files (around 2000), where I don't know which are duplicates of each other? Fingerprinting and recognition seem to be separate processes, does fingerprinting have only one ID if they're duplicates?
Note: I've already done hashing of the audio streams to find exact duplicates, so I'm just trying to fingerprint at this point.
How should I use the dejavu API if I have a whole directory of audio files (around 2000), where I don't know which are duplicates of each other? Fingerprinting and recognition seem to be separate processes, does fingerprinting have only one ID if they're duplicates?
Note: I've already done hashing of the audio streams to find exact duplicates, so I'm just trying to fingerprint at this point.