sphinxbase
sphinxbase copied to clipboard
Built and tested working static library.
Building current sphinxbase5 from master, I'm seeing [these](https://github.com/cmusphinx/sphinxbase/files/7294814/sphinxbase5-ppc64be.txt) test failures on openSUSE rolling release for ppc64be and zSeries (ppc64le is fine).
Hello, The sphinxbase testsuite fails on some architectures in Debian : ppc64el: https://buildd.debian.org/status/fetch.php?pkg=sphinxbase&arch=ppc64el&ver=0.8%2B5prealpha%2B1-8&stamp=1582414870&raw=0 ``` FAIL: test_log_shifted ====================== INFO: logmath.c(283): Writing log table file 'tmp.logadd' INFO: logmath.c(174): Reading log table file...
The following command: ``` ./sphinx_fe -smoothspec yes -nfilt 10 -i 001.wav -o x ``` where ```001.wav``` is https://github.com/cmusphinx/pocketsphinx/blob/master/test/data/cards/001.wav results in memory violations (out of bounds reads and writes) If you...
CMU should migrate away from SourceForge to a trusted platform like GitHub or GitLab. GitHub should *not* be a mirror for SourceForge. There are three reasons for the migration away...
Please tag a release so that I can package sphinxbase for use on ChromeOS via Chromebrew.
__fe_interface.c__ Line 490-498 ```c /* Try to read from prespeech buffer */ if (fe->vad_data->in_speech && fe_prespch_ncep(fe->vad_data->prespch_buf) > 0) { outidx = fe_copy_from_prespch(fe, inout_nframes, buf_cep, outidx); if ((*inout_nframes) < 1) {...
When using `sphinx_lm_convert -i model.lm.bin -ifmt bin -o model.lm.arpa -ofmt arpa` I get the following error and only the unigrams are extracted to the new format: `sphinx_lm_convert: ../../../../src/libsphinxbase/lm/ngram_model_trie.c:279: ngram_model_trie_write_arpa: Assertion...
Hi, please post me the compiled executable. I have tried to load the solution on 2012 even after renaming the folder its not working. Regards
[sphinxbase/src/libsphinxbase/util/mmio.c line 153 probably missing: return NULL;