Search the Community
Showing results for tags 'Voice Commands'.
-
Firstly, I didn't see a forum section that was well suited for this article, so I decided to place it in the help section, since that would be the most read section. Feel free to move this article to the appropriate section. If you're here at the forums, you understand that Autoit is a very powerf...
- 4 replies
-
- WSR
- Windows Speech Recognition
-
(and 2 more)
Tagged with:
-
Modified version of code here: #include <File.au3> #include <Misc.au3> ;Only allow one instance of the program to run. If _Singleton("Voice Commands", 1) = 0 Then Exit EndIf Dim $spokenWords Dim $voiceCommands = _FileListToArray(@WorkingDir & "\Voice Commands") Dim $voiceCommandsCap = $voiceC...
- 1 reply
-
- SAPI
- Speech Recognition
-
(and 1 more)
Tagged with: