Hi everyone,
I have shared speech recognition code in google code :
http://code.google.com/p/speech-recognition-java-hidden-markov-model-vq-mfcc/
You can find complete source code for speech recognition using HMM, VQ, MFCC ( Hidden markov model, Vector Quantization and Mel Filter Cepstral Coefficient). Feel free to use and modify this code.
The project report that accompanies this code is here.
http://ganeshtiwaridotcomdotnp.blogspot.com/2011/06/final-report-text-prompted-remote.html
Introduction to the project :
http://ganeshtiwaridotcomdotnp.blogspot.com/2010/12/text-prompted-remote-speaker.html
In your project, what about database ? I can't create them
ReplyDeleteyou need to record your own training samples and generate the database (VQ, HMM) using those samples. you can find the buttons on UI to record and train the models.
DeleteCan you give me your skype name. I have some issue need your help, please!
DeleteI wan't to config say only dog and cat, if I say hello or another word The program will be show "don't understand", What would I change in your code ?
ReplyDeleteis code stil exist on http://ganeshtiwaridotcomdotnp.blogspot.com/2012/05/speech-recognition-java-code-hmm-vq.html
ReplyDelete?