Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 740 Bytes

File metadata and controls

28 lines (17 loc) · 740 Bytes

0.7.2

  • Fixed 176.4 kHz, 192 kHz audio playback issue
  • Fixed build failure issue with the latest NDK (13.0.3315539)

0.7.1

  • Fixed 11.025 kHz, 12 kHz, 22.05 kHz and 24 kHz audio playback issue (issue #20)
  • Update FFTW, libsamplerate, soxr and PFFFT libraries

0.7.0

  • Added HybridMediaPlayerFactory which creates AudioTrack audio sink player. It is more tolerant against glitches and strongly recommended than normal OpenSLMediaPlayer.
  • Fully migrated to Gradle build system. Eclipse is no longer supported.
  • Bug fixes

0.6.0

  • Changed the Standard* prefixed classes not to inherit Android framework classes
  • Upgrade Android Gradle build tool version
  • Bug fixes
  • Code refactoring

0.5.0

  • Initial release