v2.2.0
What's new in this version
Also contains the following fixes and improvements to AudioSample
and SoundFile
:
- make mp3 decoding in the presence of large ID3 metadata headers more robust (see #32, thanks to @MLanghof for the suggested fixes to kevinstadler/JavaMP3#3)
- implement correct calculation of current playback
position()
(fixes #28) - stop
jump()
from unintentionally spawning new sample players - add informative warning messages when calling
read()
/write()
on stereo samples - add
cueFrame()
,jumpFrame()
andpositionFrame()
methods - add
playFor()
methods - add
playFrame()
methods