openbsd-ports/audio/flac/pkg/DESCR
naddy eb69de1228 Update to 1.1.2:
* better Ogg FLAC support
* speedups
* several new options to flac and metaflac
* several API additions
* streaming support in the XMMS plugin
* bugfixes
2005-03-09 00:15:13 +00:00

13 lines
495 B
Plaintext

FLAC is an Open Source lossless audio codec.
FLAC is comprised of
* libFLAC, a library which implements reference encoders and
decoders, and a metadata interface
* libFLAC++, a C++ object wrapper library around libFLAC
* libOggFLAC and libOggFLAC++, which provide encoders and
decoders for FLAC streams in an Ogg container
* flac, a command-line program for encoding and decoding files
* metaflac, a command-line program for viewing and editing FLAC
metadata
* user and API documentation