如何将Pocketsphinx与c#一起使用?

时间:2015-04-27 18:23:08

标签: c# pocketsphinx

美好的一天! 我尝试将pocketphinx与c#一起使用,但不知道该怎么做。 你能给我一些关于例子或代码的链接吗?

谢谢!

2 个答案:

答案 0 :(得分:3)

我创建了一个示例,随时可以使用Windows Phone示例。 github

可能也适用于Windows 10 / UWP,否则我会在示例中尽快使其兼容。

答案 1 :(得分:2)

您可以使用SWIG为PocketSphinx lib生成C#包装器,就像在此处完成一样:

https://github.com/cmusphinx/pocketsphinx-unity-demo/tree/master/Assets/Pocketsphinx

有一段代码使用生成的包装器:

https://github.com/cmusphinx/pocketsphinx-unity-demo/blob/master/Assets/TestScript.cs