Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | Work towards Python 3 support | Clayton G. Hobbs | |
2015-12-27 | Whoops, two ~ on either side for strikethrough | Clayton G. Hobbs | |
2015-12-27 | Mention self-updating feature in README | Clayton G. Hobbs | |
2015-12-27 | Update language automatically on startup | Clayton 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-26 | More changes to README | Clayton 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-26 | Update README to reflect the missing Qt UI | Clayton G. Hobbs | |
2015-12-26 | Removed QT interface, renamed interfaces to Kaylee | Clayton 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-26 | Ported to new pocketsphinx and pygi | Clayton 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-01 | More format fuckery | Jezra | |
2015-08-01 | Baaaahhh! gitlab markdown processing leaves something to be desired | Jezra | |
2015-08-01 | Added missing return | Jezra | |
2015-08-01 | Added invalid sentence command and valid sentence command to the documentation | Jezra | |
2015-03-15 | Added example for -p flag to README | Jezra | |
2014-11-09 | *slightly* improved the error handling.... slightly | Jezra | |
2014-09-12 | Added -p --pass-words flag that will pass the recognized words to the shell ↵ | Jezra | |
command a few print commands were remove too. | |||
2014-08-24 | pull your shit together jez. moved the options print out | Jezra | |
2014-08-24 | modified recognizer instance creation to use self.options['microphone'] | Jezra | |
2014-08-24 | Added the ability to define a command to run whenever a valid sentence is ↵ | Jezra | |
detected, or when an invalid sentence is detected | |||
2014-07-04 | Added a bit of error checking for the most common problem: missing gstreamer ↵ | Jezra | |
pocketsphinx plugin | |||
2014-05-04 | Reads default startup options from an options.yaml file | Jezra | |
Added some missing files because I'm an idiot | |||
2014-04-26 | Added Gtk Tray UI (thanks padfoot) | Jezra | |
Added active/inactive icons | |||
2014-01-21 | added gstreamer0.10-base-plugins to the requirements in the README | Jezra | |
commands don't need to be in all caps | |||
2014-01-17 | Changed README to reference a working corpus processing web page | Jezra | |
2014-01-14 | Added '-m --microphone' flag to let the user pick a mic other than the ↵ | Jezra | |
system default | |||
2013-08-23 | Updated the README to correct instructions for copying commands file | Jezra | |
2013-07-23 | ctrl+q will quit the UI if it is running | Jezra | |
2013-07-16 | The updater uses the correct commands file | Jezra | |
2013-07-02 | icon, dumbass | Jezra | |
2013-07-01 | Added a data dir with the blather icon | Jezra | |
made sure the UIs would use the icon booyah? | |||
2013-06-26 | Something .conf | Jezra | |
2013-06-25 | added -H Num to keep track of blather history | Jezra | |
this shit is untested! | |||
2013-06-10 | Implemented -i flag to select UI and -c flag to start UI in 'continuous ↵ | Jezra | |
listen' mode giggity | |||
2013-06-01 | Added some graphical assets for blather (icon related) | Jezra | |
2013-05-03 | Control the size | Jezra | |
2013-04-25 | licensing | Jezra | |
2013-04-22 | patched language_updater.sh to generate corpus from command file | Jezra | |
2013-04-20 | Whoa bub! you don't have to yell. | Jezra | |
Case insensitive commands | |||
2013-04-19 | Updated the README to better reflect the new UIs | Jezra | |
2013-04-18 | Cleaner quiting for Qt, added Gtk UI | Jezra | |
2013-04-17 | Config and language files are now in ~/.config/blather | Jezra | |
2013-04-12 | That shit wasn't a TTS it was a Recognizer! | Jezra | |
2013-04-12 | Updated TTS.py to run standalone | Jezra | |
2013-04-10 | Added pygst and a requirement for a specific version | Jezra | |
2013-04-10 | Added language dir and and README | Jezra | |
2013-04-09 | Updated readme | Jezra | |
2013-04-09 | Init | Jezra | |