Browse Source

Baaaahhh! gitlab markdown processing leaves something to be desired

Jezra 9 years ago
parent
commit
2d374bf13d
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

1
 #Blather
1
 #Blather
2
+
2
 Blather is a speech recognizer that will run commands when a user speaks preset sentences.
3
 Blather is a speech recognizer that will run commands when a user speaks preset sentences.
3
 
4
 
4
 ##Requirements
5
 ##Requirements
6
+
5
 1. pocketsphinx
7
 1. pocketsphinx
6
 2. gstreamer-0.10 (and what ever plugin has pocket sphinx support)
8
 2. gstreamer-0.10 (and what ever plugin has pocket sphinx support)
7
 3. gstreamer-0.10 base plugins (required for alsa)
9
 3. gstreamer-0.10 base plugins (required for alsa)
12
 **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj`
14
 **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj`
13
 
15
 
14
 
16
 
15
-
16
 ##Usage
17
 ##Usage
18
+
17
 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run
19
 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run
18
 1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus based on sentences in the 'commands' file
20
 1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus based on sentences in the 'commands' file
19
 2. quit blather (there is a good chance it will just segfault)
21
 2. quit blather (there is a good chance it will just segfault)
30
 **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.
32
 **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.
31
 
33
 
32
 ###Bonus
34
 ###Bonus
35
+
33
 once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
36
 once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
34
 
37
 
35
 ###Examples
38
 ###Examples
39
+
36
 * To run blather with the GTK UI and start in continuous listen mode:  
40
 * To run blather with the GTK UI and start in continuous listen mode:  
37
 `./Blather.py -i g -c`
41
 `./Blather.py -i g -c`
38
 
42
 

Loading…
Cancel
Save