1
PocketSphinxによるキーワード検出を使用して、Pythonで音声認識エンジンを実行しようとしています。私はpipを通してインストールし、別の質問への回答でキーワード検出用のコードを見つけることができました。私が使用しているコードは下回っている。いくつかの理由についてWindowsでpocketsphinxキーワードスポッティングの初期化に失敗しました
、私はこのエラーを得続ける、誰もがなぜ知っているのですか?
ERROR: "acmod.c", line 83: Folder '/usr/local/share/pocketsphinx/model\hmm/en_US/hub4wsj_sc_8k' does not contain acoustic model definition 'mdef'
Traceback (most recent call last):
File "C:/Users/Christian/PycharmProjects/speech/buffer.py", line 12, in <module>
decoder = Decoder(config)
File "C:\Users\Christian\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pocketsphinx\pocketsphinx.py", line 277, in __init__
this = _pocketsphinx.new_Decoder(*args)
RuntimeError: new_Decoder returned -1