pocketsphinx
pocketsphinx copied to clipboard
[FEATURE REQUEST] Adding support for C# .NetCore on RaspberryPI?
I tried generating a wrapper for NetCore C# for Raspberry PI using the SWIG example, but after endless hours of trying, I just can't figure out how to make it work in NetCore.
Is there any plan on supporting NetCore?
Unfortunately, SWIG doesn't really live up to its promise of allowing you to maintain lots of different language bindings at once, at least, not very good ones.
I am not really sure what NetCore C# is, or how one would go about supporting it, is it a particular implementation of the .NET platform? This is outside of my area of expertise, though C# does look like a very nice language.