|
@@ -11,7 +11,7 @@ Blather is a speech recognizer that will run commands when a user speaks preset
|
11
|
11
|
0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run
|
12
|
12
|
1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus based on sentences in the 'commands' file
|
13
|
13
|
2. quit blather (there is a good chance it will just segfault)
|
14
|
|
-3. go to <http://www.speech.cs.cmu.edu/tools/lmtool-new.html> and upload the sentences.corpus file
|
|
14
|
+3. go to <http://www.speech.cs.cmu.edu/tools/lmtool.html> and upload the sentences.corpus file
|
15
|
15
|
4. download the resulting XXXX.lm file to the ~/.config/blather/language directory and rename to file to 'lm'
|
16
|
16
|
5. download the resulting XXXX.dic file to the ~/.config/blather/language directory and rename to file to 'dic'
|
17
|
17
|
6. run Blather.py
|
|
@@ -35,4 +35,4 @@ To run blather with no UI and using a USB microphone recognized and device 2:
|
35
|
35
|
There are a few ways to find the device number of a USB microphone.
|
36
|
36
|
|
37
|
37
|
* `cat /proc/asound/cards`
|
38
|
|
-* `arecord -l`
|
|
38
|
+* `arecord -l`
|