|
@@ -10,7 +10,6 @@ but adds a lot of features that go beyond the original purpose of Blather.
|
10
|
10
|
1. pocketsphinx
|
11
|
11
|
2. gstreamer-1.0 (and what ever plugin has pocket sphinx support)
|
12
|
12
|
3. gstreamer-1.0 base plugins (required for alsa)
|
13
|
|
-4. pyside (only required for the Qt based UI)
|
14
|
13
|
5. pygtk (only required for the Gtk based UI)
|
15
|
14
|
6. pyyaml (only required for reading the options file)
|
16
|
15
|
|
|
@@ -26,7 +25,6 @@ but adds a lot of features that go beyond the original purpose of Blather.
|
26
|
25
|
4. Download the resulting XXXX.lm file to the ~/.config/blather/language directory and rename to file to 'lm'
|
27
|
26
|
5. Download the resulting XXXX.dic file to the ~/.config/blather/language directory and rename to file to 'dic'
|
28
|
27
|
6. Run Blather.py
|
29
|
|
- * For Qt GUI, run Blather.py -i q
|
30
|
28
|
* For Gtk GUI, run Blather.py -i g
|
31
|
29
|
* To start a UI in 'continuous' listen mode, use the -c flag
|
32
|
30
|
* To use a microphone other than the system default, use the -m flag
|