0

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?

VoyagerLinuxGamer
  • 123
  • 2
  • 3
  • 14

1 Answers1

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:

cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx

mchid
  • 43,546
  • 8
  • 97
  • 150