pocketsphinx icon indicating copy to clipboard operation
pocketsphinx copied to clipboard

A small speech recognizer

Results 62 pocketsphinx issues
Sort by recently updated
recently updated
newest added

I would like to look at the documentation for the API in C. I am guessing I need to type 'make,' or possibly 'cmake' somewhere so that doxygen produces the...

The instructions at: https://cmusphinx.github.io/wiki/tutorialpocketsphinx are now past their use by date. the README.md is fine on linux but for those of us who know what a lib file is could...

I had find some doc about this ,use pocketsphinx_continuous to recognize real-time speech。 But in this new version , I did't find pocketsphinx_continuous.exe and I don't know how to recognize...

Can you publish guides about how can use it in java language or other programming language instead of python? And can you publish what are the changes that you are...

Together with the pull request on sphinxbase, with this update it would be possible to extract tags from jsgf grammars. Two functions on pocketsphinx.h/c were added, one to get the...

I maintain that silently removing frames from the input in sphinx_fe is a super bad idea, but it seems that all of the public models out there were trained with...

It's difficult to understand which version of the Python module is the most functional and least buggy, but a good place to start would be whatever is used by https://github.com/Uberi/speech_recognition...

I don;t know if this is still relevant. but one of the files imports. import static edu.cmu.pocketsphinx.SpeechRecognizerSetup.defaultSetup; import static edu.cmu.pocketsphinx.Decoder.defaultConfig; import static edu.cmu.pocketsphinx.Decoder.fileConfig; ![image](https://user-images.githubusercontent.com/2300969/178241803-ef4011df-aeb7-4d48-8015-751214ace7b1.png) i get this error `ATHelper: Packaging...

I am using AlexaPi on a raspberry pi but when i mute the tv, and say the hotword(done with pocketsphinx), it doesn't hear me because the mic volume is still...

Hi All, I recently compiled the pocket sphinx on MIPS architecture and then I recorded a 16 bit 16000 Hz mono audio and then I tried to run pocketsphinx_continuous using...