Menu

Help, please...trouble running sphinx3-simple

Help
Anonymous
2004-02-12
2012-09-22
  • Anonymous

    Anonymous - 2004-02-12

    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.

     
    • Anonymous

      Anonymous - 2004-02-16

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.