I'm writing a speech recognition application in C#. I already know how to train the speech recognition and set up the microphone without going to the control panel. Now, my problem is i don't know how to create a new a speech recognition profile without going to speech properties in the control panel. I want to create a new user profile and select a profile if there is an existing one.
I found an article here System.Speech.Recognition Choosing Recognition Profile on how to look at user profiles and set it as default. But the problem is i have no idea on how to do it, and i don't know how to use speechlib
class and i'm using the SpeechRecognitionEngine
class.
Is it it possible to create a new speech recognition profile without going to the control panel?