Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.16k stars 2.39k forks source link

Speaker identification? #352

Open taewookim opened 6 years ago

taewookim commented 6 years ago

Is there a way to to identify the speaker's voice against the known database of speaker voices?

AIGyan commented 5 years ago

There is a big difference in Speaker Identification v Speaker Differentiation. Most of the cloud AI solution does provide only Speaker Differentiation may be because of privacy challange. But you can find paid API from Nuance, https://www.nuance.com/en-nz/omni-channel-customer-engagement/security/multi-modal-biometrics.html For opensource model you may try CMUpocketspinix; more detail you can find the following link https://medium.com/@PankajB96/speaker-verification-using-pocketsphinx-2c97d7060543