Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello! Actually this is my first time to post in codeproject. I hope you can help me out.

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 http://stackoverflow.com/questions/2135065/system-speech-recognition-choosing-recognition-profile[^] on how to look at user profiles and set it as default. The problem is i don't know where to start. I think i know what to do next if i can just get my application to create a new profile without having to go the control panel.

Hope you can help me out. Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900