Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a voice authentication library? [closed]

Does anyone know if there's a good voice authentication library available? Or do I need to find a good voice recognition library and build from there?

like image 279
Levi Campbell Avatar asked Sep 01 '11 11:09

Levi Campbell


People also ask

How do I authenticate my voice?

Voice authentication can be accomplished using text-dependent speaker recognition or text-independent voice recognition biometrics. Text dependent voice verification is where a person speaks a specific passphrase, usually consisting of two to three words, like “My voice is my passphrase.”

Is Google's speech to text free?

Google Speech-to-Text is a well known speech transcription API. Google gives users 60 minutes free transcription, with $300 in free credits for Google Cloud hosting. However, since Google only supports transcribing files already in a Google Cloud Bucket, the free credits won't get you very far.

How do I use speech recognition library in Python?

The easiest way to install this is using pip install SpeechRecognition. Otherwise, download the source distribution from PyPI, and extract the archive. In the folder, run python setup.py install.

Are voice recognition passwords safe to use?

Yes, voice recognition is secure, especially when compared to classic logins that require a username and password. Similar to other biometrics, voice recognition is more secure because a person must interact with a login rather than simply enter a code.


1 Answers

There are several open source packages implementing speaker recognition. For example Mistral

http://mistral.univ-avignon.fr/

There are clones of mistral too

http://code.google.com/p/improved-mistral/

like image 185
Nikolay Shmyrev Avatar answered Oct 14 '22 16:10

Nikolay Shmyrev