Development continues on the jFLAC project, with the creating of a version 2.0 branch in Git
This is still very experimental and probably won't actually work for some time. If you have some development capacity, why not lend a hand?
Welcome to the jFLAC project! After a lengthy period without development, a new wave of development has begun. As part of this, the source code has moved to a Git source repository, http://jflac.git.sourceforge.net.
During this phase of development, the information on this website may be slightly out of date. This will hopefully be resolved quickly, but in case of any doubt, please contact the developers on the jFLAC forums or mailing lists.
Thanks for your interest in jFLAC!
Version 1.2 released!
I am pleased to announce an updated release of the jFLAC library.
This release adds the ability to set listeners to the player application. Thanks to Scott Sosna
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 1.1 released!
I am pleased to announce an updated release of the jFLAC library.
This release fixes a bug in the java Sound SPI. This bug caused a problem when the jFLAC SPI was used in a player with oother SPIs. It would prevent non-flac files from being played if the jFLAC SPI was included in the class path.
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 1.0 released!
I am pleased to announce an updated release of the jFLAC library.
The most significant change in this release is the inclusion of a Java Sound SPI module. To use the Java Sound SPI, simply include the jFLAC jar file in your classpath. Other changes include:
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 0.5 released!
I am pleased to announce an updated release of the jFLAC library.
This release includes bug fixes and some cleanup to the jFLAC library:
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 0.4 released!
I am pleased to announce an updated release of the jFLAC library.
This release features a new player application that will play a flac file using the Java sound API. I've also added new listener interfaces to the library. The FrameListener is called after every flac packet is processed. This is now used by the Analyser application. The PCMProcessor is called after every frame is decoded. This is now used by the Decoder application
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 0.3 released!
I am pleased to announce an updated release of the jFLAC library.
This release fixes four separate bugs with the library:
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 0.2 released!
I am pleased to announce an updated release of the jFLAC library.
This release fixes two separate bugs with the library:
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.
Version 0.1 released!
I am pleased to announce the first release of the jFLAC library.
jFLAC is a java port of the Free Lossless Audio Codec which is also hosted on SourceForge. The current code base support decoding FLAC files to WAV files. The encoder is not currently supported. Any comments, suggestions, and help is welcome.