From 801b692f74403e8e5818b04bb5770b0dd30cfd1a Mon Sep 17 00:00:00 2001 From: Will Drevo Date: Mon, 15 Dec 2014 21:38:51 -0500 Subject: [PATCH] Note about voice recognition --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc79766..084eb93 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Audio fingerprinting and recognition algorithm implemented in Python, see the ex Dejavu can memorize audio by listening to it once and fingerprinting it. Then by playing a song and recording microphone input, Dejavu attempts to match the audio against the fingerprints held in the database, returning the song being played. +Note that for voice recognition, Dejavu is not the right tool! Dejavu excels at recognition of exact signals with reasonable amounts of noise. + ## Installation and Dependencies: Read [INSTALLATION.md](INSTALLATION.md)