summary refs log tree commit diff
AgeCommit message (Collapse)Author
2015-12-27Work towards Python 3 supportClayton G. Hobbs
2015-12-27Whoops, two ~ on either side for strikethroughClayton G. Hobbs
2015-12-27Mention self-updating feature in READMEClayton G. Hobbs
2015-12-27Update language automatically on startupClayton G. Hobbs
We now have a hash.yaml file which contains a SHA256 hash of sentences.corpus. If this differs from the hash the file calculated when Kaylee sarts, the language is updated and the new hash is stored in hash.yaml.
2015-12-26More changes to READMEClayton G. Hobbs
This fork is called Kaylee, not Blather. Let's at least be consistent with referring to the program as Kaylee, even if the code is still in blather.py.
2015-12-26Update README to reflect the missing Qt UIClayton G. Hobbs
2015-12-26Removed QT interface, renamed interfaces to KayleeClayton G. Hobbs
I'm a GTK man myself. I don't know if I have Python QT bindings installed on any of my computers. It follows then that I would not maintain the QT interface well, let alone use it at all. It has therefore been removed to avoid having someone try to use it only to find that it's broken.
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.
2015-08-01More format fuckeryJezra
2015-08-01Baaaahhh! gitlab markdown processing leaves something to be desiredJezra
2015-08-01Added missing returnJezra
2015-08-01Added invalid sentence command and valid sentence command to the documentationJezra
2015-03-15Added example for -p flag to READMEJezra
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-07-04Added a bit of error checking for the most common problem: missing gstreamer ↵Jezra
pocketsphinx plugin
2014-05-04Reads default startup options from an options.yaml fileJezra
Added some missing files because I'm an idiot
2014-04-26Added Gtk Tray UI (thanks padfoot)Jezra
Added active/inactive icons
2014-01-21added gstreamer0.10-base-plugins to the requirements in the READMEJezra
commands don't need to be in all caps
2014-01-17Changed README to reference a working corpus processing web pageJezra
2014-01-14Added '-m --microphone' flag to let the user pick a mic other than the ↵Jezra
system default
2013-08-23Updated the README to correct instructions for copying commands fileJezra
2013-07-23ctrl+q will quit the UI if it is runningJezra
2013-07-16The updater uses the correct commands fileJezra
2013-07-02icon, dumbassJezra
2013-07-01Added a data dir with the blather iconJezra
made sure the UIs would use the icon booyah?
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-06-01Added some graphical assets for blather (icon related)Jezra
2013-05-03Control the sizeJezra
2013-04-25licensingJezra
2013-04-22patched language_updater.sh to generate corpus from command fileJezra
2013-04-20Whoa bub! you don't have to yell.Jezra
Case insensitive commands
2013-04-19Updated the README to better reflect the new UIsJezra
2013-04-18Cleaner quiting for Qt, added Gtk UIJezra
2013-04-17Config and language files are now in ~/.config/blatherJezra
2013-04-12That shit wasn't a TTS it was a Recognizer!Jezra
2013-04-12Updated TTS.py to run standaloneJezra
2013-04-10Added pygst and a requirement for a specific versionJezra
2013-04-10Added language dir and and READMEJezra
2013-04-09Updated readmeJezra
2013-04-09InitJezra