Clara Hobbs 2a641364bf Removed QT interface, renamed interfaces to Kaylee | 8 лет назад | |
---|---|---|
assets | 10 лет назад | |
data | 10 лет назад | |
.gitignore | 8 лет назад | |
README.md | 8 лет назад | |
blather.py | 8 лет назад | |
commands.tmp | 10 лет назад | |
gpl-3.0.txt | 11 лет назад | |
gtktrayui.py | 8 лет назад | |
gtkui.py | 8 лет назад | |
language_updater.sh | 11 лет назад | |
options.yaml.tmp | 9 лет назад | |
recognizer.py | 8 лет назад |
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 Blather without needing to enter command line options all the time, copy options.yaml.tmp to ~/.config/blather/options.yaml and edit accordingly.
Once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
To run blather with the GTK UI and start in continuous listen mode:
./Blather.py -i g -c
To run blather with no UI and using a USB microphone recognized and device 2:
./Blather.py -m 2
To have blather pass the matched sentence to the executing command:
./Blather.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
To run a command when a valid sentence has been detected:
./Blather.py --valid-sentence-command=/path/to/command
note: this can be set in the options.yml file
To run a command when a invalid sentence has been detected:
./Blather.py --invalid-sentence-command=/path/to/command
note: this can be set in the options.yml file
There are a few ways to find the device number of a USB microphone.
cat /proc/asound/cards
arecord -l