compiling lame for Android ARM using NDK is very easy actually Here is the link to blog post: http://blog.libertadtech.com/2011/02/porting-lame-encoder-to-android-arm.html
On Jan 20, 5:52 pm, PAolooo <[email protected]> wrote: > I am planning to write an application that can encode audio in MP3. It > seems to me the only way of doing it is to portLAMElibrary. So I saw > that I can either: > > 1. use Scratchbox to compile the library and write a small JNI > wrapper. Doing so I should be able to use the original Makefile.am > building script of the library > 2. IntegrateLAMEC code directly into my project, and usendk-build. > But I am slightly frighted I would struggle to make all the code > compile and work > > Which would e better? > > Thanx > Paolo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

