We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bambocher/pocketsphinx-python#28
^^ can use this to install pocketsphinx if you get an error.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
confirmed the change works fine still for me. Had to install pocketsphinx as a dependancy for textract in python 3 this morning.
No branches or pull requests
bambocher/pocketsphinx-python#28
^^ can use this to install pocketsphinx if you get an error.
The text was updated successfully, but these errors were encountered: