mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
Note about voice recognition
This commit is contained in:
parent
4bd5eb87fc
commit
801b692f74
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue