Overview of FLAC components
masterFLAC (Free Lossless Audio Codec) is a reference implementation for lossless audio compression. The project consists of the following core components:
- libFLAC: The primary library implementing reference encoders and decoders for native FLAC and Ogg FLAC, including a metadata interface.
- libFLAC++: A C++ object wrapper library built around
libFLAC. flac: A command-line utility for encoding and decoding audio files.metaflac: A command-line utility for viewing and editing FLAC metadata.- Documentation: Includes API documentation (Doxygen) and command-line tool manuals.