Skip to content

v3.5.0

Latest

Choose a tag to compare

@hajimehoshi hajimehoshi released this 05 Sep 07:19
· 2 commits to main since this release
  • Require Go 1.25 or later
  • Support Linux and BSD without Cgo using PulseAudio, with an ALSA fallback on supported platforms (#154, #282)
  • Add NewContextOptions.ApplicationName for PulseAudio
  • Add Player.PauseAndStopReading to stop source reads while preserving buffered audio (#288, #290)
  • Make Player.Play return immediately without reading the source (#270)
  • Enable AAudio on Android 11 and later and recover from stream disconnections (#284)
  • Improve recovery from audio errors on iOS and Windows (#93, #278, #281, #285)
  • Improve resampling quality on Windows (#274)
  • Fix some bugs