Speech recognition system for Ubuntu which takes Palaver as codebase and integrates Pocketsphinx instead of Google speech-api.
Codebase is the minimal version of Palaver.
This simple pygtk application uses
ffmpeg and arecord; to record sound
Google's unofficial text to speech service; to convert sound to text
The python subprocess module to run the text as a shell command.
The text to speech service used by this application is unofficial, and this program should therefore be considered a complete hack.