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 port LAME library. 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. Integrate LAME C code directly into my project, and use ndk-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

Reply via email to