mitin001 / audfprint-gui

GUI for audfprint
7 stars 2 forks source link

How to add additional parameters for audfprint and audfprint_match #3

Open lightcomc opened 2 years ago

lightcomc commented 2 years ago

@mitin001 Thank you very much for perfect product and we can make it better. ))

Acording this issue how we can create as an option scanning with more density to find more precise results? https://github.com/dpwe/audfprint/issues/75

I would try a higher density; matching with 19 hashes in 10 sec is a week
(although reliable) match.  Try running both analysis and matching with
--density 100.  This will make the database larger, but unless you're
dealing with a very large amount of data, it should be OK.

However, the rank 0 match is very strong and you're unlikely to rank above
that.  I'm not sure what's going on with that.

  DAn.

in audfprint

And I want to find more than one result. according this https://github.com/dpwe/audfprint/issues/6 I think we can find more results with entering additional parameters in audfprint_match

Try --max-matches 500 --search-depth 1000

How i can add this parameters to work in audfprint-gui?