Voice recogntion /Speaker identification
조회 수: 17(최근 30일)
표시 이전 댓글
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.
How can I achieve this?
Can I use this applications built in MATLAB in my project - I'm a software professional ?
채택된 답변
Yash
2012년 6월 30일
편집: 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
Walter Roberson
2017년 11월 5일
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.
You should also have a look at https://www.mathworks.com/matlabcentral/fileexchange/?utf8=%E2%9C%93&term=speaker+recognition
추가 답변(1개)
Brian Hemmat
2020년 3월 20일
Audio Toolbox provides examples for speaker verification: A simple one using Gaussian mixture models and a more complicated one using i-vectors.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!