pocketsphinx-python
pocketsphinx-python copied to clipboard
Python interface to CMU Sphinxbase and Pocketsphinx libraries
I try to install inside Centos and RedHub OS but, it does not work because of pulseaudio.h. I already check version of my pulseaudio system library : pulseaudio pulseaudio-libs:10.0.3 and...
## I am using trying to install pocketsphinx-python on a 64 bit Windows server. I installed the module using pocketsphinx-0.1.3-cp27-cp27m-win_amd64.whl from pypi but after successful installation when I try to...
`AudioFile` and `LiveSpeech` share a lot of code. It would be nice if there was a class which both of them could subclass that contains that shared code, and would...
I am trying to integrate snowboy hotword detection into my code, but am facing with difficulties in importing hotword_detection can anyone suggest me how to overcome this!
Hi, My pocketsphinx installation works and your examples work fine. However, I would like to transcribe an incoming live stream of spoken word. The protocol is UDP (or RTP) and...
The newer setuptools warns: /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To...
hello, I wanted to use the Speech_recognition library in my Python programs, but I ran into some problems: Traceback (most recent call last): File "C:\Users\duo'duo'lan\AppData\Roaming\Python\Python311\site-packages\speech_recognition\__init__.py", line 729, in recognize_sphinx from...
Once downloaded, how to use Python to import and where to unzip it.
Hello, I am integrating this module into the main PocketSphinx source code, as I have restarted maintenance of it. I am not able to reach you by e-mail, is there...