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? I've tried searching google using the tearm "voice authentication" library with no luck.
相关问题
- Can we recover audio from MFCC coefficients?
- java client program to send digest authentication
- PHP persistent login - Do i reissue a cookie after
- How to handle “App is temporarily blocked from log
- passport.authenticate() using a Promise instead of
相关文章
- How to embed Google Speech to Text API in Python p
- User.Identity.IsAuthenticated vs WebSecurity.IsAut
- SwiftUI - Vertical Centering Content inside Scroll
- Override UserManager in django
- Your application has authenticated using end user
- Error Domain=kAFAssistantErrorDomain Code=209 “(nu
- Access Token for Dockerhub
- Django: Creating a superuser with a custom User mo
Speech Recognition is usually quite different from voice authentication (often called voice biometrics). Here is a good overview document - http://www.sans.org/reading_room/whitepapers/authentication/exploration-voice-biometrics_1436 says:
That is a good overview, but it is a little out of date. Look around for others such as:
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/