From 6347c5fdbb9b963dbd6c2cb5541ef047468806b4 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sun, 27 Dec 2015 12:12:19 -0500 Subject: Replaced last YAML bit with JSON Hashes are now stored in hash.json, not hash.yaml. Also, we use the XDG configuration directory rather than assuming we should use ~/.config/. Maybe I should also make use of XDG data and/or cache directories. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb0b409..b2949b6 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ but adds a lot of features that go beyond the original purpose of Blather. ## Requirements 1. pocketsphinx -2. gstreamer-1.0 (and what ever plugin has pocket sphinx support) -3. gstreamer-1.0 base plugins (required for alsa) -5. pygtk (only required for the Gtk based UI) -6. pyyaml (only required for reading the options file) +2. gstreamer-1.0 (and what ever plugin has pocketsphinx support) +3. gstreamer-1.0 base plugins (required for ALSA) +4. python-gobject (required for GStreamer and the GTK-based UI) **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj` @@ -36,7 +35,7 @@ directory and rename to file to 'dic' 8. Start talking **Note:** to start Kaylee without needing to enter command line options all the -time, copy options.yaml.tmp to ~/.config/blather/options.yaml and edit +time, copy options.json.tmp to ~/.config/blather/options.json and edit accordingly. ### Bonus -- cgit 1.4.1