barsoosayque / libgdx-oboe

🎶 libGDX audio replacement for Android (API 16+) built on top of Oboe.
MIT License
55 stars 11 forks source link

Reduce binary size #4

Closed barsoosayque closed 4 years ago

barsoosayque commented 4 years ago

As per the current version (0.2.2), the binary size (all ABIs combined) is about 12MB, which is huge. It is 100% possible to reduce that. Three things worth mentioning:

barsoosayque commented 4 years ago

Here are some results:

All in all, I got the library size cut down to 6.7 MB (-45%). I did everything I knew to reduce size, so if there any other method, reopen this issue / PR it !