pocketsphinx
pocketsphinx copied to clipboard
A small speech recognizer
Memory allocation error on ps_search_step while ((nfr = acmod_process_raw(acmod1, &bptr, &nread, TRUE)) > 0) { while (acmod1->n_feat_frame > 0) { ps_search_step(ngs1, acmod1->output_frame); acmod_advance(acmod1); } fprintf(stderr, "\nprocessed %d frames\n", nfr); }...
…on the OS (Linux/MacOS). Also packages all the compiled Java class files into a single Jar file for convenience.
Now you can (relatively) easily do a second pass of alignment to get phone durations after decoding or word alignment. Note that this *ignores* the previously existing word boundaries for...
It would be a nice piece of sugar to be able to load and write configurations from the API (and/or cli args). This would make it easy to re-run things...
Trying to use pip to install and keep running into this error: ``` PS G:\GitRepos\coda> pip install --upgrade pocketsphinx Collecting pocketsphinx Downloading pocketsphinx-0.1.15.tar.gz (29.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.1/29.1 MB 3.7 MB/s...
The old SWIG bindings created the wrapper module as `pocketsphinx.pocketsphinx`, wherease the new Cython ones create it as `pocketsphinx._pocketsphinx`. Some code, notably https://github.com/Uberi/speech_recognition, expects this module to exist. Unfortunately due...
I was tring to install it as you've suggested in README.md file but i got this error. Can you please help me out... I was running the command ```pip install...
Hi hi! Long time sphinx-fan, first time bug-raiser Just wanted to report something I found whilst trying to include this library in my latest project using fetch content. This could...
Hey, I was wondering if there were a place where I could find other trained languages like French, Spanish or whatever. For now on I found a French model, but...