Browse Source

Update to work with the latest pocketsphinx

Apparently CMU thinks it's a good idea to release a new version of a
piece of software that breaks existing APIs without even changing the
version number.  I find this idea to be highly dubious at best.
Nevertheless, I have updated Kaylee to support the latest version of
pocketsphinx.
Clara Hobbs 8 years ago
parent
commit
7e62fce409
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      kayleevc/recognizer.py

+ 1
- 1
kayleevc/recognizer.py View File

@@ -35,7 +35,7 @@ class Recognizer(GObject.GObject):
35 35
             ' ! audioconvert' +
36 36
             ' ! audioresample' +
37 37
             ' ! pocketsphinx lm=' + config.lang_file + ' dict=' +
38
-            config.dic_file + ' configured=true' +
38
+            config.dic_file +
39 39
             ' ! appsink sync=false'
40 40
         )
41 41
         try:

Loading…
Cancel
Save