Currently Im creating an Android Xamarin binding library, that already can be build but can't solve the NBestList.Itterator that I want to use.
I have read something that swig has some role in making the AAR, but I haven't got any experience with switg and im only looking how the objects/classes are formaten. This way I can make a suitable/workable metadata.xml for the xamarin binding project.
Is there a locatie where tranformations are available, like ps_decoder_t to the Docoder available from the AAR?
Can someone give me a hint?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently Im creating an Android Xamarin binding library, that already can be build but can't solve the NBestList.Itterator that I want to use.
I have read something that swig has some role in making the AAR, but I haven't got any experience with switg and im only looking how the objects/classes are formaten. This way I can make a suitable/workable metadata.xml for the xamarin binding project.
Is there a locatie where tranformations are available, like ps_decoder_t to the Docoder available from the AAR?
Can someone give me a hint?
Not sure what the problem is, iterators should work in C# bindings
Macros for iterators are defined in https://github.com/cmusphinx/sphinxbase/blob/master/swig/iterators.i
Nbest list iterator is lately defined using the macros here:
https://github.com/cmusphinx/pocketsphinx/blob/master/swig/pocketsphinx.i#L151