VoiceCommand

Run Bash commands using Google voice recognition

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.
I wouldn't consider anything involved in this program clever enough to consider claiming IP rights, and am releasing it as effectively public domain.