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)