pocketsphinx-python icon indicating copy to clipboard operation
pocketsphinx-python copied to clipboard

Python interface to CMU Sphinxbase and Pocketsphinx libraries

Results 39 pocketsphinx-python issues
Sort by recently updated
recently updated
newest added

Hello, (MacOS Monterey v12.4) I am currently trying to follow the steps recommended on https://github.com/bambocher/pocketsphinx-python/issues/28 I replaced two of these lines with: #include #include (as recommended on the issue above)...

The location of OpenAL frameworks have been moved from system library to be a part of the Xcode Command Line Tools, this was preventing the current (17/01/2021) pip install to...

While I was trying to pack a project for Debian that using `import pocketsphinx` Python module, I realized that there is a **namespace collision** between: https://pypi.python.org/pypi/pocketsphinx (source: https://github.com/bambocher/pocketsphinx-python) and https://packages.debian.org/jessie/python/python-pocketsphinx...

Hi I tied this.. git clone --recursive https://github.com/cmusphinx/pocketsphinx-python/ cd pocketsphinx-python python setup.py install running install running bdist_egg running egg_info writing pocketsphinx.egg-info\PKG-INFO writing dependency_links to pocketsphinx.egg-info\dependency_links.txt writing top-level names to pocketsphinx.egg-info\top_level.txt...

Hello I have a problem with the pocket sphinx when I say, for example, open google the recognize can't understand what I say and give me a random word here...

My installation: ```bash brew install pcre brew install swig ``` then I followed #28: ```bash git clone --recursive https://github.com/bambocher/pocketsphinx-python cd pocketsphinx-python ``` Edit file pocketsphinx-python/deps/sphinxbase/src/libsphinxad/ad_openal.c Change ```objc #include #include ```...

I couldn't find it in the documentation, but is there support for a list of keywords? i.e. `pocketsphinx_continuous -kws keyword.list ...`. If not, is it something that could be added?

Doesn't look as if this project has received much attention in a while. It would be nice to include wheels for later versions of python that way those without VS...

Hi, I am not able to install pocketsphinx on python 3.7.7. Can you please help me in resolving the issue. Thanks Nagaraju (base) C:\Users\nb185041>pip install --upgrade pocketsphinx Collecting pocketsphinx Using...

It installs fine but it goofs when I try to import it like so: ``` $ python3 -c 'import pocketsphinx' Traceback (most recent call last): File "/home/john/test/venv/lib/python3.9/site-packages/sphinxbase/__init__.py", line 40, in...