Skip to content

v2.2.0

Compare
Choose a tag to compare
@kevinstadler kevinstadler released this 21 May 07:17

What's new in this version

  • add support for recording from AudioIn on Android, contributed by @Calsign πŸ™Œ (implements #20)

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() and positionFrame() methods
  • add playFor() methods
  • add playFrame() methods