|
@@ -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
|