diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-18 05:08:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-18 05:08:05 +0000 |
commit | a7dac422afb6342f90bb9d944ab2b603ea2e5c85 (patch) | |
tree | ab45fa37cef218d5d57ab222cf1dd8b808056747 /audio/flac/pkg-descr | |
parent | 36c1a709542cfa15dca200b417ffd06d4ded0172 (diff) |
Notes
Diffstat (limited to 'audio/flac/pkg-descr')
-rw-r--r-- | audio/flac/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/flac/pkg-descr b/audio/flac/pkg-descr new file mode 100644 index 000000000000..03576ee314da --- /dev/null +++ b/audio/flac/pkg-descr @@ -0,0 +1,24 @@ +FLAC stands for Free Lossless Audio Codec. The FLAC project consists of: + + - the stream format + - libFLAC, a library which implements a reference encoder, stream decoder, + and file decoder + - flac, which is a command-line wrapper around libFLAC to encode and + decode .flac files + - input plugins for various music players (Winamp, XMMS, and more in the + works) + +What FLAC is: + - FLAC is patent free + - FLAC is lossless + - FLAC is designed to compress audio data + - The compression capabilities of FLAC are extendable + - The currently implemented compression methods in the reference encoder + yield streams smaller than shorten + - FLAC is asymmetric in favor of decode speed + - FLAC is suitable for archiving + - FLAC is suitable for streaming + - FLAC supports fast sample-accurate seeking + - FLAC has an extendable metadata system + +WWW: http://flac.sourceforge.net/ |