I need a way to launch a software, or make its window visible if it has been launched already, using some voice recognition facility. I'd like to achieve this following result:
- I say "netbeans" > netbeans gets launched
- I say "chrome" > chrome gets launched and is put at the top of the windows stack.
- I say "netbeans" > netbeans (which is open already) is brought to the top of the windows stack (only two in our case: chrome and netbeans).
Is it doable?
Thanks
There are a few:
Speech Recognition software for Linux
Simon is available from the repository.
It may take a lot of work to get it configurated. This is a helpful youtube video:
Application oriented open source speech recognition: simon 0.3
The Wiki Documentation