From df39e3e2c63a643906268e484cde1e89a23f2329 Mon Sep 17 00:00:00 2001 From: Jezra Date: Tue, 21 Jan 2014 12:29:22 -0800 Subject: added gstreamer0.10-base-plugins to the requirements in the README commands don't need to be in all caps --- README | 7 ++++--- commands.tmp | 3 +-- 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" -- cgit 1.4.1