Updated README.md about matching position in song

This commit is contained in:
worldveil 2014-07-27 12:50:34 -04:00
parent a7f77d50ff
commit 40b7a42b09

View file

@ -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.