Clara Hobbs ed077b4144 Changed icons for Kaylee | vor 8 Jahren | |
---|---|---|
assets | vor 8 Jahren | |
data | vor 8 Jahren | |
.gitignore | vor 8 Jahren | |
COPYING | vor 8 Jahren | |
README.md | vor 8 Jahren | |
commands.tmp | vor 10 Jahren | |
config.py | vor 8 Jahren | |
gtktrayui.py | vor 8 Jahren | |
gtkui.py | vor 8 Jahren | |
kaylee.py | vor 8 Jahren | |
languageupdater.py | vor 8 Jahren | |
options.json.tmp | vor 8 Jahren | |
recognizer.py | vor 8 Jahren |
Kaylee is a somewhat fancy speech recognizer that will run commands and perform other functions when a user speaks loosely preset sentences. It is based on Blather by Jezra, but adds a lot of features that go beyond the original purpose of Blather.
Note: it may also be required to install pocketsphinx-hmm-en-hub4wsj
Note: to start Kaylee without needing to enter command line options all the time, copy options.json.tmp to ~/.config/kaylee/options.json and edit accordingly.
To run Kaylee with the GTK UI and start in continuous listen mode:
./kaylee.py -i g -c
To run Kaylee with no UI and using a USB microphone recognized and device 2:
./kaylee.py -m 2
To have Kaylee pass the matched sentence to the executed command:
./kaylee.py -p
explanation: if the commands.conf contains:
good morning world: example_command.sh
then 3 arguments, ‘good’, ‘morning’, and ‘world’ would get passed to
example_command.sh as example_command.sh good morning world
./kaylee.py --valid-sentence-command=/path/to/command
note: this can be set in the options.yml file./kaylee.py --invalid-sentence-command=/path/to/command
note: this can be set in the options.yml fileThere are a few ways to find the device number of a USB microphone.
cat /proc/asound/cards
arecord -l