Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x86 support #7

Open
tony-- opened this issue Jul 14, 2015 · 0 comments
Open

Add x86 support #7

tony-- opened this issue Jul 14, 2015 · 0 comments

Comments

@tony--
Copy link

tony-- commented Jul 14, 2015

I'm a developer working on the Intel HTML5 Tools team and a Cordova committer.
I noticed that this plugin includes an Android native library, but currently only includes support for arm:

src/android/armeabi/libnmsp_speex.so

As it stands, this plugin should work on x86 devices thanks to libhoudini, but there is some power and performance cost to pay for this magic 🎩. In order to deliver the best performance and lowest power consumption, plugins with native libraries need to include an x86 version of the native library. This article describes how to compile libraries for x86 and includes a section on how to build speex for x86.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant