Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。












想要改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。

3年前关闭。



Improve this question




pocketsphinx具有一个SWIG接口(interface)“pocketsphinx.i”,可以生成多种语言的包装,其中之一是C#。
目前尚不清楚如何在Windows中运行swig命令以及如何在NetCore C#项目中使用生成的库。
生成包装器库并在C#NetCore应用程序中使用它的步骤是什么?

最佳答案

github中有一个基于swig的官方包装器,您可以使用Make对其进行编译以用于Linux或使用CMake对其进行编译:

https://github.com/cmusphinx/pocketsphinx/tree/master/swig/csharp

您也可以检查

https://github.com/cmusphinx/pocketsphinx-unity-demo

关于c# - 在C#中创建Pocketsphinx包装器的步骤,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/44633038/

10-13 06:59