h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
417 stars 97 forks source link

Lib size is too big #33

Closed tuhin10 closed 7 years ago

tuhin10 commented 7 years ago

I am using compile 'com.h6ah4i.android:openslmediaplayer:0.7.3' but its adding ~10mb in my app apk. How can I use the java api?

h6ah4i commented 7 years ago

Ah, maybe the compiled binary contains debug info. I'll take a look at it! Thanks for reporting.

h6ah4i commented 7 years ago

Fixed. The library size is about 2.5 MiB (includes arm64-v8a, armeabi, armeabi-v7a, x86, x86_64 native binaries) in 0.7.4.

tuhin10 commented 7 years ago

Something's wrong in the latest version, its skipping fast forwding on its own.