+ 1
Write the Code for the following program.
If I want to open MS Word thenI would just say, "Open MS Word" and it should open it. What should be the Code??
3 Respuestas
+ 1
look for some Speech Recognition/Speech-to-Text programs, online APIs, or libraries, or perhaps programming language can do it with its standard library for sound. Perhaps some modern OS can do it.
https://fosspost.org/lists/open-source-speech-recognition-speech-to-text
+ 1
get input from microphone
send data to speech recognition method
get answer
analyze text of answer, parse know commands keywords
do action for command, like call OS to execute MS WORD.exe application
0
I can make Speech recognition but what about the main working program??