cmusphinx / pocketsphinx

A small speech recognizer
Other
3.91k stars 716 forks source link

[FEATURE REQUEST] Adding support for C# .NetCore on RaspberryPI? #224

Open dev-bre opened 4 years ago

dev-bre commented 4 years ago

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?

dhdaines commented 2 years ago

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.