You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 09:52:30 2022 Analyzed #0 C:\Users\test\AppData\Roaming\audfprint-gui\precompute\rwetdrdryrtg.afpt of 291.318 s to 37096 hashes
Matched 188.5 s starting at 37.3 s in C:\Users\test\AppData\Roaming\audfprint-gui\precompute\rwetdrdryrtg.afpt to time 182.4 s in G:\YOUTUBE\bad 2 sin\Datura - Yerba Del Diablo (DDP Tool) (2014) ,PART II REMIXES 1993,PART III 2001 SINGLE.opus with 1865 of 28912 common hashes at rank 1
Processed 1 files (291.3 s total dur) in 6.5 s sec = 0.022 x RT
audfprint_match.py shows me only 1 result from database, how to show more than 1 matched names (if finded) after scanning?
According #73 (matching many files #73)
changed to
self.max_alignments_per_id = 1 (or 0 from 100)
if found_this_id >= self.max_alignments_per_id:
But notning happens
The text was updated successfully, but these errors were encountered:
I'll wait for the creator's answer, I think it will be great if it becomes possible to add additional parameters both for scanning databases and for displaying matches
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
audfprint_match.py shows me only 1 result from database, how to show more than 1 matched names (if finded) after scanning?
According #73 (matching many files #73)
changed to
self.max_alignments_per_id = 1 (or 0 from 100)
if found_this_id >= self.max_alignments_per_id:
But notning happens
The text was updated successfully, but these errors were encountered: