瀏覽代碼

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 年之前
父節點
當前提交
7e62fce409
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      kayleevc/recognizer.py

+ 1
- 1
kayleevc/recognizer.py 查看文件

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

Loading…
取消
儲存