Bladeren bron

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 jaren geleden
bovenliggende
commit
7e62fce409
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      kayleevc/recognizer.py

+ 1
- 1
kayleevc/recognizer.py Bestand weergeven

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

Laden…
Annuleren
Opslaan