jim-schwoebel / nala

🦁 Nala is an agile open-source voice assistant framework (20+ actions).
https://neurolex.ai/voicebook
Apache License 2.0
35 stars 14 forks source link

installing pocketsphinx #4

Open jim-schwoebel opened 5 years ago

jim-schwoebel commented 5 years ago

https://github.com/bambocher/pocketsphinx-python/issues/28

^^ can use this to install pocketsphinx if you get an error.

jim-schwoebel commented 5 years ago

Please try the following steps

git clone --recursive https://github.com/bambocher/pocketsphinx-python cd pocketsphinx-python Edit file pocketsphinx-python/deps/sphinxbase/src/libsphinxad/ad_openal.c Change

include

include

to

include <OpenAL/al.h>

include <OpenAL/alc.h>

python setup.py install

james-see commented 5 years ago

confirmed the change works fine still for me. Had to install pocketsphinx as a dependancy for textract in python 3 this morning.