diff options
author | Clayton G. Hobbs <clay@lakeserv.net> | 2015-12-26 22:46:39 -0500 |
---|---|---|
committer | Clayton G. Hobbs <clay@lakeserv.net> | 2015-12-26 22:46:39 -0500 |
commit | f176a2a9e307a77cdb0ce605a7fa946e4985aba1 (patch) | |
tree | fdb28ee62d2a09b9abec88bf36ee3d83a13fe3b8 /README.md | |
parent | 2a641364bf8fc3cc4069d2d2c42b75241e6dc3f2 (diff) |
Update README to reflect the missing Qt UI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md index feb0b46..cecd1e9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ but adds a lot of features that go beyond the original purpose of Blather. 1. pocketsphinx 2. gstreamer-1.0 (and what ever plugin has pocket sphinx support) 3. gstreamer-1.0 base plugins (required for alsa) -4. pyside (only required for the Qt based UI) 5. pygtk (only required for the Gtk based UI) 6. pyyaml (only required for reading the options file) @@ -26,7 +25,6 @@ but adds a lot of features that go beyond the original purpose of Blather. 4. Download the resulting XXXX.lm file to the ~/.config/blather/language directory and rename to file to 'lm' 5. Download the resulting XXXX.dic file to the ~/.config/blather/language directory and rename to file to 'dic' 6. Run Blather.py - * For Qt GUI, run Blather.py -i q * For Gtk GUI, run Blather.py -i g * To start a UI in 'continuous' listen mode, use the -c flag * To use a microphone other than the system default, use the -m flag |