summary refs log tree commit diff
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2014-01-21 12:29:22 -0800
committerJezra <jezra@jezra.net>2014-01-21 12:29:22 -0800
commitdf39e3e2c63a643906268e484cde1e89a23f2329 (patch)
treebb766aeb37968e74caa33da8c32ac5a9a539a572
parent87da5d0aaa5eeed007f04b868bb693e0be074608 (diff)
added gstreamer0.10-base-plugins to the requirements in the README
commands don't need to be in all caps
-rw-r--r--README7
-rw-r--r--commands.tmp3
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index fe41ef9..1ab0da0 100644
--- a/README
+++ b/README
@@ -3,9 +3,10 @@ Blather is a speech recognizer that will run commands when a user speaks preset
 
 ##Requirements
 1. pocketsphinx
-2. gstreamer (and what ever plugin has pocket sphinx support)
-3. pyside (only required for the Qt based UI)
-4. pygtk (only required for the Gtk based UI)
+2. gstreamer-0.10 (and what ever plugin has pocket sphinx support)
+3. gstreamer-0.10 base plugins (required for alsa)
+4. pyside (only required for the Qt based UI)
+5. pygtk (only required for the Gtk based UI)
 
 ##Usage
 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run
diff --git a/commands.tmp b/commands.tmp
index 3835915..9e41147 100644
--- a/commands.tmp
+++ b/commands.tmp
@@ -1,6 +1,5 @@
 # commands are key:value pairs 
 # key is the sentence to listen for
-# key must be in ALL CAPS 
 # value is the command to run when the key is spoken
 
-HELLO WORLD:echo "hello world"
+hello world:echo "hello world"