android-aac-enc
android-aac-enc copied to clipboard
HI, has plan to support x86 ?
HI, has plan to support x86 ?
@timsu I'm a beginner in terms of NDK and my question is that if compile the jni source code setting app_abi = all
in the Application.mk file I'm getting the binaries for the architectures(.so files). I'm of the opinion that this would work in all architectures .May be some performance tweaks can be done based on architecture but the basic encoding should work fine right ? Please clarify. It would help others too.
P.S : Will confirm it with one Android device running intel x86 processor.
I'm not too familiar with the AAC encoding code - I pulled it from the Android repos - but there is ARM-specific assembly in the repo.
https://github.com/timsu/android-aac-enc/blob/master/jni/Android.mk https://github.com/timsu/android-aac-enc/tree/master/jni/src/asm
If you can get things to work on x86, I would definitely accept that patch. Thanks!