瀏覽代碼

More format fuckery

Jezra 8 年之前
父節點
當前提交
fab5cc73fa
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      README.md

+ 6
- 6
README.md 查看文件

1
-#Blather
1
+# Blather
2
 
2
 
3
 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.
4
 
4
 
5
-##Requirements
5
+## Requirements
6
 
6
 
7
 1. pocketsphinx
7
 1. pocketsphinx
8
 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)
14
 **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`
15
 
15
 
16
 
16
 
17
-##Usage
17
+## Usage
18
 
18
 
19
 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
20
 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
31
 
31
 
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.
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.
33
 
33
 
34
-###Bonus
34
+### Bonus
35
 
35
 
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.
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.
37
 
37
 
38
-###Examples
38
+### Examples
39
 
39
 
40
 * 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:  
41
 `./Blather.py -i g -c`
41
 `./Blather.py -i g -c`
58
 	`./Blather.py --invalid-sentence-command=/path/to/command`  
58
 	`./Blather.py --invalid-sentence-command=/path/to/command`  
59
 	**note:** this can be set in the options.yml file
59
 	**note:** this can be set in the options.yml file
60
 
60
 
61
-###Finding the Device Number of a USB microphone
61
+### Finding the Device Number of a USB microphone
62
 There are a few ways to find the device number of a USB microphone.
62
 There are a few ways to find the device number of a USB microphone.
63
 
63
 
64
 * `cat /proc/asound/cards`
64
 * `cat /proc/asound/cards`

Loading…
取消
儲存