Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing pocketsphinx #4

Open
jim-schwoebel opened this issue Dec 8, 2018 · 2 comments
Open

installing pocketsphinx #4

jim-schwoebel opened this issue Dec 8, 2018 · 2 comments

Comments

@jim-schwoebel
Copy link
Owner

bambocher/pocketsphinx-python#28

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

@jim-schwoebel
Copy link
Owner Author

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 <al.h>
#include <alc.h>

to

#include <OpenAL/al.h>
#include <OpenAL/alc.h>

python setup.py install

@james-see
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants