From 40b7a42b09e5ddc4bb525211c97f0797687b9282 Mon Sep 17 00:00:00 2001 From: worldveil Date: Sun, 27 Jul 2014 12:50:34 -0400 Subject: [PATCH] Updated README.md about matching position in song --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44c3c63..ee46dbb 100755 --- a/README.md +++ b/README.md @@ -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.