- Fixed monotonic clock not used Android 6.0 or prior devices (issue #35)
- Fixed prepareAsync() broken on StandardMediaPlayer
- Strip debug info on AAR (issue #33)
- Fix compilation error with NDK v15
- Add workaround for incomplete AudioTrack.write() (issue #26)
- Fix warning message due to inappropriate use of AudioTrack.write() (issue #26)
- Fixed 176.4 kHz, 192 kHz audio playback issue
- Fixed build failure issue with the latest NDK (13.0.3315539)
- Fixed 11.025 kHz, 12 kHz, 22.05 kHz and 24 kHz audio playback issue (issue #20)
- Update FFTW, libsamplerate, soxr and PFFFT libraries
- Added
HybridMediaPlayerFactory
which createsAudioTrack
audio sink player. It is more tolerant against glitches and strongly recommended than normalOpenSLMediaPlayer
. - Fully migrated to Gradle build system. Eclipse is no longer supported.
- Bug fixes
- Changed the Standard* prefixed classes not to inherit Android framework classes
- Upgrade Android Gradle build tool version
- Bug fixes
- Code refactoring
- Initial release