0

Good day! I try to use pocketsphinx with c# ,but do not know how to do that. Can you give me some links on examples, or piece of code?

Thank you!

Admiral Land
  • 2,304
  • 7
  • 43
  • 81

2 Answers2

3

I created an example, ready to use, Windows Phone example. github

probably also usable for Windows 10 / UWP, otherwise I will make it compatible soon myself in the example.

Toine db
  • 709
  • 7
  • 25
2

You can use SWIG to generate a C# wrapper for PocketSphinx lib, like it done here:

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

There is a piece of code that uses generated wrapper:

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

Mikolaytis
  • 921
  • 1
  • 12
  • 27