BrunoMoureau / PocketSphinxXam

Speech Recognition with PocketSphinx in Xamarin.Forms project (only available for Android)
Other
3 stars 4 forks source link

Building library for Android #3

Closed mdalzin closed 6 years ago

mdalzin commented 6 years ago

Thank you so much this project, it's been extremely helpful. I'm currently trying to replicate the binding process with SWIG, and I was wondering how you were able to compile the libpocketsphinxwrap.so file for all Android architectures, as swig only generates one of them. Any help would be greatly appreciated, thanks!

BrunoMoureau commented 6 years ago

You are welcome :) I will try to take a look at this soon. To be honest, it's been a year now and I can't remember how I did it.

BrunoMoureau commented 6 years ago

Good news ! I found back all the files I used to generate the C# wrapper, assets etc. I should be able to understand and reproduce what I did one year ago. I will try to take a look at it soon and add the files to this repo with detailed explanations.

mdalzin commented 6 years ago

Sounds great, thanks!

BrunoMoureau commented 6 years ago

I have added information about how I built it for Xamarin.Android. Tell me if you need help for something else or if you can't reproduce what I did.

mdalzin commented 6 years ago

Thank you so much! I'll get on trying to build this soon!