Developers
FLAC is an open source project and we are happy to enlist the help of anyone who wants to contribute, or to help with FLAC support in other programs and devices. The preferred method of communication is the developer mailing list (you must subscribe to post).FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained in the libFLAC libraries which are licensed under Xiph.org's BSD license.
Some pointers to developer documentation and code:
- License - The license under which the official tools are distributed.
- libFLAC and libFLAC++ APIs - Complete library documentation.
- Example Code - Some simple example programs demonstrating the use of libFLAC and libFLAC++.
- FLAC Format Specification - The formal specification.
- Ogg FLAC Mapping - How FLAC should be embedded in an Ogg container.
- FLAC test files - A set of files that can be used to test decoder implementations for completeness.
- ID Registration - Register an ID if you need to write custom metadata.
- Git access - for checking out the source code.
- Github Issues - to submit bug reports and feature requests
- Github Pull Requests - to contribute patches
Goals
Since FLAC is an open-source project, it's important to have a set of goals that everyone works to. They may change slightly from time to time but they're a good guideline. Changes should be in line with the goals and should not attempt to embrace any of the anti-goals.Goals
- FLAC should be and stay an open format with an open-source reference implementation.
- FLAC should be lossless. This seems obvious but lossy compression seems to creep into every audio codec. This goal also means that flac should stay archival quality and be truly lossless for all input. Testing of releases should be thorough.
- FLAC should yield respectable compression, on par or better than other lossless codecs.
- FLAC should allow at least realtime decoding on even modest hardware.
- FLAC should support fast sample-accurate seeking.
- FLAC should allow gapless playback of consecutive streams. This follows from the lossless goal.
- The FLAC project owes a lot to the many people who have advanced the audio compression field so freely, and aims also to contribute through the open-source development of new ideas.
- Lossy compression. There are already many suitable lossy formats (Ogg Vorbis, MP3, etc.).
- Copy prevention, DRM, etc. There is no intention to add any copy prevention methods. Of course, we can't stop someone from encrypting a FLAC stream in another container (e.g. the way Apple encrypts AAC in MP4 with FairPlay), that is the choice of the user.
Copyright (c) 2000-2009 Josh Coalson, 2011-2022 Xiph.Org Foundation