Jezra 5fc770044c Added invalid sentence command and valid sentence command to the documentation | vor 9 Jahren | |
---|---|---|
assets | vor 10 Jahren | |
data | vor 10 Jahren | |
Blather.py | vor 10 Jahren | |
GtkTrayUI.py | vor 10 Jahren | |
GtkUI.py | vor 10 Jahren | |
QtUI.py | vor 10 Jahren | |
README.md | vor 9 Jahren | |
Recognizer.py | vor 10 Jahren | |
commands.tmp | vor 10 Jahren | |
gpl-3.0.txt | vor 11 Jahren | |
language_updater.sh | vor 11 Jahren | |
options.yaml.tmp | vor 9 Jahren |
Blather is a speech recognizer that will run commands when a user speaks preset sentences.
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