Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speech Recognition Initialization Without Popup Window

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.

like image 896
user1306633 Avatar asked Aug 26 '26 12:08

user1306633


1 Answers

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

enter image description here

like image 198
Mark Hall Avatar answered Aug 29 '26 04:08

Mark Hall



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!