I am running Lubuntu 15.04 and I am looking for a Speech Recognition Software that allows me to open and run files with my voice. One where I can customize like if I say, cause I want Speech Recognition for a Knight Rider Kitt car, I want to be able to talk to the car. Like if I say, "Hey Kitt". It will open an audio file and play the audio file i chose for it to open when I said "Hey Kitt". Any suggestions?
Asked
Active
Viewed 769 times
0
-
possible duplicate of simple Speech recognition under linux – mikewhatever Jun 25 '15 at 20:50
1 Answers
0
If you are not afraid of the command line, you can install all of the pocketsphinx tools.
To list available packages:
apt-cache search pocketsphinx
to install all related packages:
sudo apt-get update
sudo apt-get install pocketsphinx*
see here for more info:
cmusphinx.sourceforge.net/wiki/
and
cmusphinx.sourceforge.net/wiki/tutorial
finally, the bottom of the following page talks about what you want to do:

mchid
- 43,546
- 8
- 97
- 150