summary refs log tree commit diff
path: root/Blather.py
AgeCommit message (Collapse)Author
2015-12-26Ported to new pocketsphinx and pygiClayton G. Hobbs
Gotta keep that stuff up-to-date, yo. Pocketsphinx changed so it needs GStreamer 1.0, and that required rewriting everything to use GObject Introspection instead of the old, static Python bindings for GObject.
2014-11-09*slightly* improved the error handling.... slightlyJezra
2014-09-12Added -p --pass-words flag that will pass the recognized words to the shell ↵Jezra
command a few print commands were remove too.
2014-08-24pull your shit together jez. moved the options print outJezra
2014-08-24modified recognizer instance creation to use self.options['microphone']Jezra
2014-08-24Added the ability to define a command to run whenever a valid sentence is ↵Jezra
detected, or when an invalid sentence is detected
2014-05-04Reads default startup options from an options.yaml fileJezra
Added some missing files because I'm an idiot
2014-01-14Added '-m --microphone' flag to let the user pick a mic other than the ↵Jezra
system default
2013-07-23ctrl+q will quit the UI if it is runningJezra
2013-07-02icon, dumbassJezra
2013-06-26Something .confJezra
2013-06-25added -H Num to keep track of blather historyJezra
this shit is untested!
2013-06-10Implemented -i flag to select UI and -c flag to start UI in 'continuous ↵Jezra
listen' mode giggity
2013-04-25licensingJezra
2013-04-20Whoa bub! you don't have to yell.Jezra
Case insensitive commands
2013-04-18Cleaner quiting for Qt, added Gtk UIJezra
2013-04-17Config and language files are now in ~/.config/blatherJezra