mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
Updated README.md about matching position in song
This commit is contained in:
parent
a7f77d50ff
commit
40b7a42b09
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Or by reading files via scripting functions:
|
|||
>>> song = djv.recognize(FileRecognizer, "va_us_top_40/wav/07 - Mirrors - Justin Timberlake.wav")
|
||||
```
|
||||
|
||||
Note that the `offset` field of the returned song object tells you about the position in which the song was matched. See [here](https://github.com/worldveil/dejavu/issues/43) for a description of how.
|
||||
|
||||
## Testing (New!)
|
||||
|
||||
Testing out different parameterizations of the fingerprinting algorithm is often useful as the curpus becomes larger and larger, and inevitable tradeoffs between speed and accuracy come into play.
|
||||
|
|
Loading…
Reference in a new issue