1flac123 is a command-line program for playing flac-encoded files.
2
3To build flac123:
4
5	# ./configure
6	# make
7	# make install
8
9
10flac-tools
11
12flac-tools aims to be a complete set of tools for playing and
13manipulating audio files stored the the FLAC format.  flac123 is the
14only component of flac-tools at this time.
15
16The flac123 and flac-tools homepage is http://flac-tools.sourceforge.net
17
18
19FLAC
20
21FLAC is an open format for losslessly compressing audio data.  For
22more information on FLAC see http://flac.sourceforge.net
23
24flac123 and the flac-tools package are licensed under the GNU GPL.  See
25the file COPYING for details.
26