Вопрос

I want to know how can I add commands to windows 7 shared speech recognition using SAPI 5.4 in C#. There is already a Microsoft application named WSRMacros, but I should do it programmatically by myself. Any help and explanation would be extremely appreciated.

Это было полезно?

Решение

Just create an application that uses System.Speech.Recognizer.SpeechRecognizer. This loads the shared recognizer, which starts Windows Speech Recognition.

Create your grammars, and off you go!

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top