summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2013-06-10 20:10:30 -0700
committerJezra <jezra@jezra.net>2013-06-10 20:10:30 -0700
commitbb744e1556db4fe11be9c0fb6a29ba5643ec6fff (patch)
tree2a97272a63a196863d2b9abbb03dffc741c66721 /README
parentfcb1172f7d0cfe52b6e00c984001a0b01ee3ab9e (diff)
Implemented -i flag to select UI and -c flag to start UI in 'continuous listen' mode
giggity
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 8e70d2b..d5414c1 100644
--- a/README
+++ b/README
@@ -15,9 +15,15 @@ Blather is a speech recognizer that will run commands when a user speaks preset
 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 -qt
-    * for Gtk GUI, run Blather.py -gtk
+    * 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  
+
 7. start talking
 
 ####Bonus
-once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
\ No newline at end of file
+once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
+
+**Example**  
+To run blather with the GTK UI and start in continuous listen mode:   
+./Blather.py -i g -c
\ No newline at end of file