瀏覽代碼

Update README to reflect the missing Qt UI

Clara Hobbs 8 年之前
父節點
當前提交
f176a2a9e3
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      README.md

+ 0
- 2
README.md 查看文件

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

Loading…
取消
儲存