worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Can you recognize a person using dejavu? #165

Closed MadhavVij closed 4 years ago

MadhavVij commented 5 years ago

My problem is to identify different people and recognizing their voice. Can I use this library and tweak things up to recognizing them (even if they say different things)?

JPery commented 5 years ago

I suppose the problem that you have is Speaker diarisation and Dejavu is not intended to do so. This library detects the "exact" audio signal. There are some other libraries that could help you with the Speaker diarisation task, like pyAudioAnalysis.

MadhavVij commented 5 years ago

Thanks a lot for your response.

madhavtummala commented 5 years ago

That would be a new project idea. And a nice one.

awemulya commented 5 years ago

I have tried speech recognition with this library and i got lot of noises, false detection. works perfectly for Music.

worldveil commented 4 years ago

This library is not meant for that purpose - please read the README. Thanks!