diff options
author | Jezra <jezra@jezra.net> | 2015-08-01 08:23:59 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2015-08-01 08:23:59 -0700 |
commit | 2d374bf13d3a1bfd3b723737127bba457e0c4da3 (patch) | |
tree | 7f8c8618467593c38cef1ae00ce9f64811674ecb /README.md | |
parent | 67f8e0f5cd4db13cb448316d6eaba69d7cde9fd2 (diff) |
Baaaahhh! gitlab markdown processing leaves something to be desired
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index 82e559d..66990b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ #Blather + Blather is a speech recognizer that will run commands when a user speaks preset sentences. ##Requirements + 1. pocketsphinx 2. gstreamer-0.10 (and what ever plugin has pocket sphinx support) 3. gstreamer-0.10 base plugins (required for alsa) @@ -12,8 +14,8 @@ Blather is a speech recognizer that will run commands when a user speaks preset **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj` - ##Usage + 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run 1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus based on sentences in the 'commands' file 2. quit blather (there is a good chance it will just segfault) @@ -30,9 +32,11 @@ Blather is a speech recognizer that will run commands when a user speaks preset **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. ###Bonus + once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files. ###Examples + * To run blather with the GTK UI and start in continuous listen mode: `./Blather.py -i g -c` |