-d <dbase> | --dbase <dbase> | Fingerprint database file |
-n <dens> | --density <dens> | Target hashes per second [default: 20.0] |
-h <bits> | --hashbits <bits> | How many bits in each hash [default: 20] |
-b <val> | --bucketsize <val> | Number of entries per bucket [default: 100] |
-t <val> | --maxtime <val> | Largest time value stored [default: 16384] |
-u <val> | --maxtimebits <val> | maxtime as a number of bits (16384 == 14 bits) |
-r <val> | --samplerate <val> | Resample input files to this [default: 11025] |
-p <dir> | --precompdir <dir> | Save precomputed files under this dir [default: .] |
-i <val> | --shifts <val> | Use this many subframe shifts building fp [default: 0] |
-w <val> | --match-win <val> | Maximum tolerable frame skew to count as a match [default: 2] |
-N <val> | --min-count <val> | Minimum number of matching landmarks to count as a match [default: 5] |
-x <val> | --max-matches <val> | Maximum number of matches to report for each query [default: 1] |
| --exact-count | Flag to use more precise (but slower) match counting |
| --find-time-range | Report the time support of each match |
-Q <val> | --time-quantile <val> | Quantile at extremes of time support [default: 0.05] |
-S <val> | --freq-sd <val> | Frequency peak spreading SD in bins [default: 30.0] |
-F <val> | --fanout <val> | Max number of hash pairs per peak [default: 3] |
-P <val> | --pks-per-frame <val> | Maximum number of peaks per frame [default: 5] |
-D <val> | --search-depth <val> | How far down to search raw matching track list [default: 100] |
-H <val> | --ncores <val> | Number of processes to use [default: 1] |
-o <name> | --opfile <name> | Write output (matches) to this file, not stdout [default: ] |
-K | --precompute-peaks | Precompute just landmarks (else full hashes) |
-k | --skip-existing | On precompute, skip items if output file already exists |
-C | --continue-on-error | Keep processing despite errors reading input |
-l | --list | Input files are lists, not audio |
-T | --sortbytime | Sort multiple hits per file by time (instead of score) |
-v <val> | --verbose <val> | Verbosity level [default: 1] |
-I | --illustrate | Make a plot showing the match |
-J | --illustrate-hpf | Plot the match, using onset enhancement |
-W <dir> | --wavdir <dir> | Find sound files under this dir [default: ] |
-V <ext> | --wavext <ext> | Extension to add to wav file names [default: ] |