Menu

[pocketsphinx] - How to use static library

Help
Roel
2006-12-20
2012-09-22
  • Roel

    Roel - 2006-12-20

    Hello,

    I am new to using Sphinx. I tried Sphinx 4 last week which worked very well and was easy to implement in a Java project. However I want to use sphinx on a PDA so I downloaded pocketsphinx.

    I used EVC4 to compile the sourcecode. This creates a lib/debug folder in which pocketsphinx.lib is created, there is no header file with it. Are there any examples of how to use this library in a C++/C# or VB.net project? When I use dumpbin /EXPORTS on the lib file I can't see any exported functions.

    Am I doing something wrong or am I misunderstanding?

    Thanks in advance,
    Roel

     
    • Jess_Telford

      Jess_Telford - 2006-12-23

      The needed headers should be in the /include folder of the source.

      You'll also need to cross-compile and link to the sphinx-base libraries when compiling pocketsphinx.

      Good luck!

      Jess.

       

Log in to post a comment.