在哪里可以找到构建ILA助手的缺失文件
Where to find missing files to build ILA assistant
我正在尝试在 Visual Studio 2013 年的 Windows 10 中加载 CMU Pocketsphinx link
https://sites.google.com/site/ilavoiceassistant/how-tos/installing-pocketsphinx
在此,有一个步骤表明我必须添加现有项目,即
"two wrapper files from /JAVA_WRAPPER_FILES folder (pocketsphinx_wrap.c and sphinxbase_wrap.c)."
我检查了为相同文件提供的每个文件夹,但没有找到任何东西。
我已经从 git 集线器“https://github.com/cmusphinx/pocketsphinx”
下载了 pocketsphinx
请帮助我。
该说明并不是关于 pocketsphinx 的,它涵盖了 ILA 助手。丢失的文件是link中描述的ILA助手的一部分,你只需要阅读它。您解压 ILA 助手源并复制所需文件。
The way I build it was to include the wrapper files (see folder
\JAVA_WRAPPER_FILES\ in 'ILA'\SpeechData\Pocketsphinx) in the Visual
Studio project supplied by CMU which makes the pocketsphinx.dll
redundant.
所以你需要查看 ILA\SpeechData\Pocketsphinx\JAVA_WRAPPER_FILES\
只是pocketsphinx安装简单,在README for pocketsphinx itself
中提供
如果构建有困难,您也可以下载 binary version。
我正在尝试在 Visual Studio 2013 年的 Windows 10 中加载 CMU Pocketsphinx link https://sites.google.com/site/ilavoiceassistant/how-tos/installing-pocketsphinx
在此,有一个步骤表明我必须添加现有项目,即 "two wrapper files from /JAVA_WRAPPER_FILES folder (pocketsphinx_wrap.c and sphinxbase_wrap.c)."
我检查了为相同文件提供的每个文件夹,但没有找到任何东西。 我已经从 git 集线器“https://github.com/cmusphinx/pocketsphinx”
下载了 pocketsphinx请帮助我。
该说明并不是关于 pocketsphinx 的,它涵盖了 ILA 助手。丢失的文件是link中描述的ILA助手的一部分,你只需要阅读它。您解压 ILA 助手源并复制所需文件。
The way I build it was to include the wrapper files (see folder \JAVA_WRAPPER_FILES\ in 'ILA'\SpeechData\Pocketsphinx) in the Visual Studio project supplied by CMU which makes the pocketsphinx.dll redundant.
所以你需要查看 ILA\SpeechData\Pocketsphinx\JAVA_WRAPPER_FILES\
只是pocketsphinx安装简单,在README for pocketsphinx itself
中提供如果构建有困难,您也可以下载 binary version。