You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use liblame in another android project.
I've already generated the .so file with the NDK.
Right now I've just copied the .so in my /armeabi-, and I load the library with :
hello,
I using this project in android platform .
Lame.decodeFrame(headIn, pcmLeft, pcmRight),this method returns a value bigger than pcmLeft or pcmRight array length.
if it is bigger , how can i dill with the data decoded.
Hello,
I would like to use liblame in another android project.
I've already generated the .so file with the NDK.
Right now I've just copied the .so in my /armeabi-, and I load the library with :
static {
System.loadLibrary("lame");
System.loadLibrary("another_library");
}
But I'm not sure if I need to add other files in the project to make lame work.
Any help would be very nice, thanks in advance.
The text was updated successfully, but these errors were encountered: