Click to See Complete Forum and Search --> : Speech Recognition Engine Training


AlexDR
November 15th, 2008, 03:38 AM
Hello
I'm using MS Speech Recognition Engine in my C# project ( System.Speech.Recognition default engine under Vista - .net framework 3.5. )
So, through SpeechRecognitionEngine class I'm able to recognize some letters and some simple words.
I found some problems in the letters case, the recognition is not as accurate as I though.
My program only needs to recognize one person voice at time So I need to know if its possible to train the Engine with that person
pre-recorded voice before start recognizing, so detection would be more precise.
Can you guys help me?
Thanks in advance
Alex

toraj58
November 15th, 2008, 06:46 AM
go here:

http://www.codeproject.com/KB/audio-video/tambiSR.aspx?display=Print

you will find some hint how to train it also you can download the source and see how it works:

in general you have two possibilities for training:

1- Mic training wizard
2- User training wizard