javaFlacEncoder Changelog

What's new in javaFlacEncoder 0.3.1

Sep 3, 2013
  • Fixed a bug in AudioStreamEncoder; was not properly ending when AudioInputStream returned no samples.

New in javaFlacEncoder 0.3.0 (Sep 3, 2013)

  • Several Bug fixes and minor changes to api(documentation may not be fully up to date with changes, consult code if problems arise). Java Sound SPI support added.

New in javaFlacEncoder 0.2.3 (Sep 3, 2013)

  • Altered FLACFileOutputStream to throw IOException if error occurs in constructor. Depracated isValid(). seek(int) now throws IOException as well.