Voce c++ include setup

2019-09-16 10:18发布

问题:

I have seen many posts about that, but I just don't understand everything.

Could someone write ALL include and library directories and linkers I need to add to run Voce with c++

I've tried:

Include Dir: \voce-0.9.1\src\c++
\voce-0.9.1\lib \ProgramFiles\java\jdk1.8.0_101\include \ProgramFiles\java\jdk1.8.0_101\include\win32 \ProgramFiles\java\jdk1.8.0_101\bin \ProgramFiles\java\jdk1.8.0_101\lib

Library Dir:
\ProgramFiles\java\jdk1.8.0_101\lib
\ProgramFiles\java\jdk1.8.0_101\bin

Linker input:
Program Files\Java\jdk1.8.0_101\lib

回答1:

Don't use Voce, it was craziest idea to wrap java library with C++ code.

There are many C++ speech APIs, commercial and open source. You can use Microsoft's speech API, you can use Pocketsphinx, you can use Kaldi. There are many alternatives.