Pārlūkot izejas kodu

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 gadus atpakaļ
vecāks
revīzija
7e62fce409
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      kayleevc/recognizer.py

+ 1
- 1
kayleevc/recognizer.py Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt