Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2017-09-25 | 1.7 kB | |
javaFlacEncoder-0.3.2-all.tar.gz | 2017-09-25 | 258.2 kB | |
javaFlacEncoder-0.3.1-all.tar.gz | 2013-06-12 | 273.5 kB | |
javaFlacEncoder-0.3.0-all.tar.gz | 2013-04-08 | 273.5 kB | |
javaFlacEncoder-0.2.3.tar.gz | 2011-09-21 | 171.2 kB | |
javaFlacEncoder-0.2.3-all.tar.gz | 2011-09-21 | 243.1 kB | |
javaFlacEncoder-0.2.2.tar.gz | 2011-09-20 | 171.3 kB | |
javaFlacEncoder-0.2.2-all.tar.gz | 2011-09-20 | 243.6 kB | |
javaFlacEncoder-0.2.1.tar.gz | 2011-08-26 | 171.2 kB | |
javaFlacEncoder-0.2.1-all.tar.gz | 2011-08-26 | 246.6 kB | |
javaFlacEncoder-0.2.tar.gz | 2011-08-23 | 171.1 kB | |
javaFlacEncoder-0.2-all.tar.gz | 2011-08-23 | 246.5 kB | |
javaFlacEncoder-0.1-all.tar.gz | 2010-12-30 | 241.2 kB | |
javaFlacEncoder-0.1.tar.gz | 2010-12-30 | 157.4 kB | |
javaFlacEncoder-javadocs-Dec-30-2010.tar.gz | 2010-12-30 | 95.0 kB | |
Totals: 15 Items | 3.0 MB | 2 |
updates: javaFlacEncoder-0.3.2 Fixed a read on a NullObject bug in FLACEncoder; Fixed a bug that could prevent files from playing in some audio players if the FLAC stream is not properly closed. javaFlacEncoder-0.3.1 Fixed a bug in AudioStreamEncoder; was not properly ending when AudioInputStream returned no samples. javaFlacEncoder-0.3.0 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. javaFlacEncoder-0.2.3 Altered FLACFileOutputStream to throw IOException if error occurs in constructor. Depracated isValid(). seek(int) now throws IOException as well. javaFlacEncoder-0.2.2 Fixes access modifiers in FLACOutputStream. javaFlacEncoder-0.2.1 released. Fixes an error in FLACEncoder's handling of FLACOutputStream.canSeek(). Fixed documentation in FLACOutputStream to match change. javaFlacEncoder-0.2 released. Fixes several important bugs along with some minor performance improvements. All users should update to latest version. ------------------------------------------------------------------------------- javaFlacEncoder is a java implementation of a flac encoding library and command line tool. It has been tested with stereo channel, 16 bit-per-sample wav files, but should work for mono as well, and is designed to work with up to 8 channel audio(max supported under FLAC), though this has not been well tested. Files are named in the following formats javaFlacEncoder-<release>.tar.gz which contain .jar file and javadocs. javaFlacEncoder-<release>-all.tar.gz contains .jar, javadocs, and sources.