I am trying to install a VOCE api, which is a voice recognition API created for both C ++ and Java. This is the second time I work with external C ++ libraries and the first time I work with Java + C ++ api.
Voce Link - http://voce.sourceforge.net/
There really are no .lib files in this API, but only .jar files! I read the entire read me file, but I donโt know how to install it for C ++. I use QT, the latest version that works with the Visual Studio 2010 compiler.
How can I customize this? Please, help!
source share