General

What is jFLAC?

jFLAC is a port of the Free Lossless Audio Codec (FLAC) library to Java. This library allows java developers to experiment and write programs that use the FLAC algorithms.

[top]

Installation

How do I install jFLAC?

Put simply, just download the distribution.

For more in-depth instructions read this.

[top]


How do I build jFLAC from source?

We suggest that you:

  1. Install Maven.

  2. Download or get the jFLAC source from CVS.

  3. Build jFLAC as with any Maven project.

For more information, read out in-depth build instructions.

[top]