blather
blather copied to clipboard
Python application for speech recognition using pocketsphinx and gstreamer. A GUI is available for both Qt and Gtk.
I saw this request by @piegamesde in #17 I'd be interested in starting to update the py files to be compatible with python3. If I get stuck, can I do...
This code removes the necessity to use pocketspinx and gstreamer directly and instead uses SpeechRecognizer instead. It's a much more elegant solution. A new README_Ubuntu.md file is included to detail...
Hi. I have startup error: ``` ./Blather.py ** Message: pygobject_register_sinkfunc is deprecated (GstObject) # commands are key:value pairs # key is the sentence to listen for # value is the...
Blather needs a notification icon that contains: - a "Listen" option which works off the Listen button state. - a "Continuous Listen" checkbox which, when activated, disables the "Listen" option...
Currently we use the CMU website to generate our language file. We would like to include the necessary files that can generate the language file from within Blather instead. This...
Once Issue #8 is complete, download large language files that can be imported into the system.
Create a debian installer to handle dependency management and make installation easier.
Blather should be able to use certain key phrases after a parent phrase has been spoken. If there was a parent phrase of "Microwave" and a subtask of "reheat" then...