android-aac-enc icon indicating copy to clipboard operation
android-aac-enc copied to clipboard

HI, has plan to support x86 ?

Open badboy-tian opened this issue 8 years ago • 2 comments

HI, has plan to support x86 ?

badboy-tian avatar May 06 '16 14:05 badboy-tian

@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.

Isaackingston avatar Jul 13 '16 18:07 Isaackingston

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!

timsu avatar Jul 13 '16 19:07 timsu