Voce c++ include setup

故事扮演 提交于 2019-12-25 04:05:24

问题


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.



来源:https://stackoverflow.com/questions/40139990/voce-c-include-setup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!