pocketsphinx has a SWIG interface "pocketsphinx.i" to generate wrappers in multiple language and one of them is C#.
It is not clear how to run the swig command in Windows and how to use the resulting library in a NetCore C# project.
What are the steps required to generate the wrapper library and use it in a C# NetCore app?