Skip to content

v1.0.2

Compare
Choose a tag to compare
@faiface faiface released this 26 Oct 20:57
· 54 commits to master since this release
b573886

Minor changes, fixes, and updates:

  • Fixed Loop.
  • Added support for decodiing 24bits WAV files.
  • Fixed Close in mp3 decoder according to a breaking change in the go-mp3 package.
  • Improved README.
  • Added a Close function for the speaker.
  • Fixed Buffer's Pop method.
  • Relaxed FLAC decoder to accept io.Reader instead of only io.ReadCloser.