From 7f53f2ab6896b38cfd54cc396e2326a98b957d07 Mon Sep 17 00:00:00 2001 From: Will Drevo Date: Tue, 10 Jan 2017 15:27:16 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 084eb93..e9182f2 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ dejavu ========== Audio fingerprinting and recognition algorithm implemented in Python, see the explanation here: -[How it works](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python.html) +[How it works](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/) 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.