Search code examples
androidc++candroid-ndklame

Using lame as library


I have already compile lame for android as static library.

How can I use lame for convert a wav file to mp3?

What I have to call? There is some tutorial of how use lame as library?


Solution

  • You can see this developer.samsung.com tutorial for porting or how we use LAME on Android with JNI

    Porting and using LAME MP3 on Android with JNI