dejavu
dejavu copied to clipboard
Which field in the results indicates the best match with the original song
Which field in the results indicates the best match with the original song
{'song_id': 1, 'song_name': b'close', 'input_total_hashes': 214, 'fingerprinted_hashes_in_db': 130, 'hashes_matched_in_input': 17, 'input_confidence': 0.08, 'fingerprinted_confidence': 0.13, 'offset': -17, 'offset_seconds': -0.78948, 'file_sha1': b'FF3DD189441C50496EFCBB93498C03967F6DABB8'}
If two results are matched, how do you know which result matches the original song best
Hello @2954456878 In the results you provided, the field that indicates the best match with the original song is hashes_matched_in_input. This field tells you the number of hashes in the input audio file that matched with hashes in the database. A higher number of matched hashes generally indicates a better match with the original song.