Hi there i was wondering if anyone could help me.. i have been looking on the
internet on how to create a C# wrapper for pocketsphinx.,
i am not sure on the process on how to create a C# wrapper as all of this is
very new to me... i need to obviously create a bridge to link managed and
unmanaged code so C# and C++ can any one assist me i need to run pocketsphinx
in a C# application.
Thank you so much
Lauren
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there i was wondering if anyone could help me.. i have been looking on the
internet on how to create a C# wrapper for pocketsphinx.,
i am not sure on the process on how to create a C# wrapper as all of this is
very new to me... i need to obviously create a bridge to link managed and
unmanaged code so C# and C++ can any one assist me i need to run pocketsphinx
in a C# application.
Thank you so much
Lauren
Start with a simple tutorial
http://www.switchonthecode.com/tutorials/csharp-tutorial-writing-a-dotnet-
wrapper-for-sqlite
Then read documentation
http://msdn.microsoft.com/en-
us/library/ms235282(v=VS.80).aspx
Than create a wrapper for the demo
http://cmusphinx.sourceforge.net/wiki/tuturialpocketsphinx
That's it
Hi Nick,
Thank you so much on getting back to me :) i will do just that right now :)
kind regards
Lauren