v1.0.2
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
'sPop
method. - Relaxed FLAC decoder to accept
io.Reader
instead of onlyio.ReadCloser
.