diff options
author | Clayton G. Hobbs <clay@lakeserv.net> | 2016-02-16 13:14:28 -0500 |
---|---|---|
committer | Clayton G. Hobbs <clay@lakeserv.net> | 2016-02-16 13:14:28 -0500 |
commit | 1c2928ff1a68db1f0408e02138121e8ac1253239 (patch) | |
tree | 8b62e00c0f6a30d4f14acb86caf9336f68dab8c4 /README.md | |
parent | b95f1154291f6af9e95193b442abc61e9d457fcc (diff) |
Reorganize classes into a "kayleevc" package
That's "Kaylee Voice Command" if you didn't figure it out. I think everything still works properly, but I'll do more testing later to verify.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 7d59f01..5715733 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ but adds a lot of features that go beyond the original purpose of Blather. ## Requirements -1. pocketsphinx +1. Python 3 (tested with 3.5, may work with older versions) +1. pocketsphinx 5prealpha 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) |