When I try to initialize the “speech recognizer” with the following code:
SpeechRecognizer rec = new SpeechRecognizer();
there is a “set up speech recognition” pop up window that stop me from the initialization.
Does anyone know how to fix this?
Please help.
What that is trying to tell you is that Speech Recognition is not setup on your computer yet. You need to run through the setup wizard before you can use the
SpeechRecognizer.In playing around with the advanced speech properties(Control Panel->All Control Panel Items->Speech Recognition->Advanced Speech Options), when I set the Language settings to this it stopped running the program