barsoosayque / libgdx-oboe

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

Modular OboeAudio #1

Closed barsoosayque closed 4 years ago

barsoosayque commented 4 years ago

Considering libgdx/libgdx#5985, it will be possible to provide OboeAudio as a module to replace default android audio and preserve all application logic.

This will remove any need in OboeAndroidApplication (which is, essentially, a copy-paste), thus more cleaner and easier usage.