Well, so that the program works for specific teams. For example: "Turn off the computer", "minimize the window", etc. That I spoke and he performed a voice command. Just describe the methods, then what you need to know for this. I will be kind to the details. YP - C #

    1 answer 1

    Voice control in Windows can be done using SpeechRecognitionEngine . The approach is as follows:

    • add speech recognition to the application
    • add recognition of specific speech patterns - commands,
    • you hang a command analyzer on the recognition event handler,
    • when the voice input matches the voice command, perform the desired action.

    API example: Voice Command .

    • Indeed, everything is very simple! - Oleg Goryainov