1.How to enable speech recognition without that annoying recognition window, and without having to press that button on that window?
2.I need to know how to recognize only the words in the XML that I created (to increase accuracy).
Like:
If I say “red” and that’s not in the XML the recognizer will read it like “bread” or something in the XML.
P.S: Sorry for my english.
Create a recognition engine.
Bind it to an audio device.
Load grammar (probably via
Speech.Recognition.Choices, where choices are read from xml).Start recognizing and wait for completition (either checking state in a loop or by handling events).