Voice recogntion /Speaker identification

46 views (last 30 days)
Suresh
Suresh on 28 Jun 2012
Answered: Brian Hemmat on 20 Mar 2020
Hi, I would like to create an application which does speaker authentication. i.e. an application which uses user voice for authenticating or logging into a application.
我该如何实现?
Can I use this applications built in MATLAB in my project - I'm a software professional ?
2 Comments
Suresh
Suresh on 29 Jun 2012
Hi, I'm trying to implement authentication using voice only. Not speech recognition. like Saving voice prints in database & then comparing with incoming voice for authentication.

Sign in to comment.

Accepted Answer

Yash
Yash on 30 Jun 2012
编辑:Walter Roberson 2012年7月1日
I developed this kind of an application where the code is for Speaker identification for a security system, check out in the file exchange, i developed that back in 2010 where i implemented it using MFCC with kmeans incorporating vector quantization.
1 Comment
Walter Roberson
Walter Roberson on 5 Nov 2017
Note that yash will not be notified about your requests. You can contact yash by clicking on their name, above, and using the Contact button.

Sign in to comment.

More Answers (1)

Brian Hemmat
Brian Hemmat on 20 Mar 2020
Audio Toolbox provides examples for speaker verification: A simple one using Gaussian mixture models and a more complicated one using i-vectors.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

开始狩猎!