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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.