Browse Source

added gstreamer0.10-base-plugins to the requirements in the README

commands don't need to be in all caps
Jezra 10 years ago
parent
commit
df39e3e2c6
2 changed files with 5 additions and 5 deletions
  1. 4
    3
      README
  2. 1
    2
      commands.tmp

+ 4
- 3
README View File

@@ -3,9 +3,10 @@ Blather is a speech recognizer that will run commands when a user speaks preset
3 3
 
4 4
 ##Requirements
5 5
 1. pocketsphinx
6
-2. gstreamer (and what ever plugin has pocket sphinx support)
7
-3. pyside (only required for the Qt based UI)
8
-4. pygtk (only required for the Gtk based UI)
6
+2. gstreamer-0.10 (and what ever plugin has pocket sphinx support)
7
+3. gstreamer-0.10 base plugins (required for alsa)
8
+4. pyside (only required for the Qt based UI)
9
+5. pygtk (only required for the Gtk based UI)
9 10
 
10 11
 ##Usage
11 12
 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run

+ 1
- 2
commands.tmp View File

@@ -1,6 +1,5 @@
1 1
 # commands are key:value pairs 
2 2
 # key is the sentence to listen for
3
-# key must be in ALL CAPS 
4 3
 # value is the command to run when the key is spoken
5 4
 
6
-HELLO WORLD:echo "hello world"
5
+hello world:echo "hello world"

Loading…
Cancel
Save