Menu

Pocketsphinx usage

Help
2010-03-24
2012-09-22
  • Edwin Miguel Triana

    Hi People,
    I'm a newbie in speech recognition systems, I have downloaded the sphinx3,
    pocketsphinx and sphinx4 applications, I followed the available tutorials, but
    now I would like to use the pocketsphinx in a real system. I downloaded the
    last pocketsphinx version and I want to learn to use in a normal application,
    but for now I only know how to set up the tutorials and no more... So, I would
    like to know if somebody has some documentation about developing with
    pocketsphinx. If nobody has any formal documentation you could send to me the
    little you have and I could write a formal document based in your information
    and my results working with pocketsphinx.

    Thanks in advance for your help and attention,

    Edwin Miguel Triana
    USP
    Brasil

     
  • Nickolay V. Shmyrev

    Pocketsphinx development is not different from using any other C library. You
    just need to add include folder to headers, libpocketsphinx and dependencies
    and their folders into linker flags, add include preprocessor directive and
    then you use the API which is documented.

    Documents like

    http://tldp.org/HOWTO/Program-Library-HOWTO/

    could give you introduction into Linux development.

    Anyway we are interested in having such tutorial of course, so you are welcome
    to help here. The sample application development explained step-by-step is
    welcome. We would be glad to answer your questions.

     
  • Edwin Miguel Triana

    Hi, Thanks for your response,
    My main goal is to get running the pocketsphinx running on a Symbian phone, so
    I could write a document about my experience on that. First, in the latest
    pocketsphinx version there is a commentary about an initial compatibility with
    symbian, does somebody know how can I get information about this?

    Thanks a lot for your help.

     
  • Nickolay V. Shmyrev

    Again, there is plenty information to read before you are going to write
    something first

    http://developer.symbian.org/wiki/index.php/Symbian_C++_Quick_Start

    should give you enough info to start, pocketsphinx already have group folder
    included with all required files.

     

Log in to post a comment.