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

hi i want speech recognition using sphinx but as the accuracy of sphinx is not good at all. so need to decode the wav file but getting some error into...

Fix header path for OpenAL Framework on macOS.

Hello all, I'm playing with Pocketsphinx for few days and was curious about the differences in behavior of the Python library vs. the available executables (pocketsphinx_continuous, pocketsphinx_batch). I have enabled...

I am comparing CPU utilization of `pocketsphinx_continuous -hmm zero_ru.cd_cont_4000 -dict vocabular.dict -jsgf calc.jsgf -inmic yes` and of Python script ``` speech = LiveSpeech( verbose=True, hmm='c:/Projects/pocketsphinx-5prealpha-win32/pocketsphinx/bin/Release/x64/zero_ru.cd_cont_4000', lm=False, jsgf='c:/Projects/pocketsphinx-5prealpha-win32/pocketsphinx/bin/Release/x64/calc.jsgf', dic='c:/Projects/pocketsphinx-5prealpha-win32/pocketsphinx/bin/Release/x64/vocabular.dict', allphone_ci=False, vad_threshold=2.0,...

I have solution (jsgf, dict, hmm), that works well with pocketsphinx_continuous -hmm zero_ru.cd_cont_4000 -dict vocabular.dict -jsgf calc.jsgf -inmic yes Now I am trying to port it to Python pocketsphinx 0.1.15...

I want to do keyword recognition from a specific mic. Can you tell me how to do audio_device selection. I want to select audio_device with index 2. Thank you.

When trying to install the latest version of pocketsphinx (or any for that matter) via pip (pip install pocketsphinx) whilst inside a virtualenv I get this error: ``` Could not...

Okay first i want to tell you the device i use - Raspberry pi 4 - ReSpeaker 4Mic Array I already read #23 , so i follow the instruction to...

It seems that the tarball from PyPi doesn't include the unittests, but they're in the Github release tarball. However, the Github tarball release doesn't include the required submodules in `deps/`,...

Installation on MacOSX in Pycharm fails due to: deps/sphinxbase/src/libsphinxad/ad_openal.c:43:10: fatal error: 'al.h' file not found Manual installation fails too. Fixed using https://github.com/bambocher/pocketsphinx-python/issues/28#issuecomment-334493324