Hi,
I'm having trouble running sphinx3-simple. When I tape ENTER, I have no time to speak because there is an segmentation fault.
The error is: INFO: live.c(245) : live_nfeatvec: 0 ./sphinx3-simple: line 11: 21058 Segmentation fault $S3CONTINUOUS ${ARGS}
I want to know what the solves are exactly. What and where can I change to run this program?
I really need help....
Thanks a lot in advance.
Open source code : SPHINX_INSTALLED_DIR/src/programs/live.c
At line 216 ,after declaration of
float32 **mfcbuf;
put in line code below:
if (nsamples = = 0) return 0;
After modified the code, re-build the whole Sphinx.
make distclean ./configure make
Log in to post a comment.
Hi,
I'm having trouble running sphinx3-simple.
When I tape ENTER, I have no time to speak because there is an segmentation fault.
The error is:
INFO: live.c(245) : live_nfeatvec: 0
./sphinx3-simple: line 11: 21058 Segmentation fault $S3CONTINUOUS ${ARGS}
I want to know what the solves are exactly.
What and where can I change to run this program?
I really need help....
Thanks a lot in advance.
Open source code : SPHINX_INSTALLED_DIR/src/programs/live.c
At line 216 ,after declaration of
float32 **mfcbuf;
put in line code below:
if (nsamples = = 0)
return 0;
After modified the code, re-build the whole Sphinx.
make distclean
./configure
make