mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
Update README.md
This commit is contained in:
parent
4ab26bd0db
commit
7f53f2ab68
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ dejavu
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Audio fingerprinting and recognition algorithm implemented in Python, see the explanation here:
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue