FLAC

From Wikipedia, the free encyclopedia

Free Lossless Audio Codec
FLAC logo vector.svg
FLAC 1.3.3 screenshot.png
Developer(s)Xiph.Org Foundation, Josh Coalson, Erik de Castro Lopo
Initial release20 July 2001; 20 years ago (2001-07-20)
Stable release
1.3.3[1] / 4 August 2019; 2 years ago (4 August 2019)
Repository
Operating systemCross-platform
TypeCodec
LicenseCommand-line tools: GNU GPL
Libraries: BSD
Websitexiph.org/flac
Free Lossless Audio Codec
Filename extension
.flac
Internet media type
audio/flac
Uniform Type Identifier (UTI)org.xiph.flac
Magic numberfLaC[2]
Type of formatLossless audio
Standardxiph.org/flac/format.html
Open format?Yes[3]
Free format?Yes

FLAC (/flæk/; Free Lossless Audio Codec) is an audio coding format for lossless compression of digital audio, developed by the Xiph.Org Foundation, and is also the name of the free software project producing the FLAC tools, the reference software package that includes a codec implementation. Digital audio compressed by FLAC's algorithm can typically be reduced to between 50 and 70 percent of its original size[4] and decompresses to an identical copy of the original audio data.

FLAC is an open format with royalty-free licensing and a reference implementation which is free software. FLAC has support for metadata tagging, album cover art, and fast seeking.

History[]

Development was started in 2000 by Josh Coalson.[5] The bit-stream format was frozen when FLAC entered beta stage with the release of version 0.5 of the reference implementation on 15 January 2001. Version 1.0 was released on 20 July 2001.[5]

On 29 January 2003, the Xiph.Org Foundation and the FLAC project announced the incorporation of FLAC under the Xiph.org banner. Xiph.org is home to other free compression formats such as Vorbis, Theora, Speex and Opus.[5][6][7]

Version 1.3.0 was released on 26 May 2013, at which point development was moved to the Xiph.org git repository.[8]

Composition[]

The FLAC project consists of:

  • The stream formats
  • A simple container format for the stream, also called FLAC (or Native FLAC)
  • libFLAC, a library of reference encoders and decoders, and a metadata interface
  • libFLAC++, an object-oriented wrapper around libFLAC
  • flac, a command-line program based on libFLAC to encode and decode FLAC streams
  • metaflac, a command-line metadata editor for .flac files and for applying ReplayGain
  • Input plugins for various music players (Winamp, XMMS, foobar2000, musikCube, and many more)
  • With Xiph.org incorporation, the Ogg container format, suitable for streaming (also called Ogg FLAC)

The specification of the stream format can be implemented by anyone without prior permission (Xiph.org reserves the right to set the FLAC specification and certify compliance), and neither the FLAC format nor any of the implemented encoding or decoding methods are covered by any patent. The reference implementation is free software. The source code for libFLAC and libFLAC++ is available under the BSD license, and the sources for flac, metaflac, and the plugins are available under the GNU General Public License.

In its stated goals, the FLAC project encourages its developers not to implement copy prevention features (DRM) or lossy compression of any kind.[9]

Design[]

Audio sources encoded to FLAC are typically reduced to 50–70% of their original size, similar to other lossless formats, though the final size depends on the density and amplitude of the music being compressed, and, with some music, file size can be reduced by as much as 80%.[4]

Source encoder[]

  • The FLAC format supports only integer samples, not floating-point. It can handle any PCM bit resolution from 4 to 32 bits per sample, any sampling rate from 1 Hz to 65,535 Hz in 1 Hz increments or from 10 Hz to 655,350 Hz in 10 Hz increments, and any number of channels from 1 to 8.[10] To date (version 1.3.3 of the reference encoder), FLAC encoding is limited to 24 bits per sample since no encoder for 32 bits per sample exists,[11] but decoders are present in libFLAC and in ffmpeg.
  • Channels can be grouped in some cases, for example stereo and 5.1 channel surround, to take advantage of interchannel correlations to increase compression.
  • CRC checksums are used for identifying corrupted frames when used in a streaming protocol. The file also includes a complete MD5 hash of the raw PCM audio in its STREAMINFO metadata header. FLAC allows for a Rice parameter between 0 and 16.
  • FLAC uses linear prediction to convert the audio samples. There are two steps, the predictor and the error coding. The predictor can be one of four types (Zero, Verbatim, Fixed Linear and Finite Impulse Response[dubious ] (FIR) Linear). The difference between the predictor and the actual sample data is calculated and is known as the residual. The residual is stored efficiently using Golomb-Rice coding. It also uses run-length encoding for blocks of identical samples, such as silent passages.

Metadata[]

  • FLAC supports ReplayGain.
  • For tagging, FLAC uses the same system as Vorbis comments.[12]
  • The libFLAC API is organized into streams, seekable streams, and files (listed in the order of increasing abstraction from the base FLAC bitstream).
  • Most FLAC applications will generally restrict themselves to encoding/decoding using libFLAC at the file level interface.

Compression levels[]

libFLAC uses a compression level parameter that varies from 0 (fastest) to 8 (slowest). The compressed files are always perfect, lossless representations of the original data. Although the compression process involves a tradeoff between speed and size, the decoding process is always quite fast and not dependent on the level of compression.[13][14]

According to a .WAV benchmark running with an Athlon XP 2400+,[15] using higher rates above default level −5 takes considerably more time to encode without real gains in space savings.

Compression option Original Compressed Duration Ratio Encoding time Encoding rate Decoding time Decoding rate
−0 2.030 GiB 1.435 GiB 03:18:21 70.67% 01:29 134× 01:24 141×
−5 2.030 GiB 1.334 GiB 03:18:21 65.72% (−4.95)% 03:44 53× (2.5× slower) 01:36 124×
−6 2.030 GiB 1.334 GiB 03:18:21 65.71% (−4.96, −0.01)% 03:51 52× (2.6× slower) 01:36 124×
−7 2.030 GiB 1.333 GiB 03:18:21 65.67% (−5, −0.04)% 07:47 25× (5.3× slower) 01:36 123×
−8 2.030 GiB 1.329 GiB 03:18:21 65.47% (−5.2, −0.2)% 10:17 19× (7× slower) 01:40 120×
−8 -A tukey(0.5) -A flattop 2.030 GiB 1.328 GiB 03:18:21 65.40% (−5.27, −0.07)% 16:39 12× (11× slower) 01:35 125×

Comparison to other formats[]

FLAC is specifically designed for efficient packing of audio data, unlike general-purpose lossless algorithms such as DEFLATE, which are used in ZIP and gzip. While ZIP may reduce the size of a CD-quality audio file by 10–20%, FLAC is able to reduce the size of audio data by 40–50% by taking advantage of the characteristics of audio.

The technical strengths of FLAC compared to other lossless formats lie in its ability to be streamed and decoded quickly, independent of compression level.

Since FLAC is a lossless scheme, it is suitable as an archive format for owners of CDs and other media who wish to preserve their audio collections. If the original media are lost, damaged, or worn out, a FLAC copy of the audio tracks ensures that an exact duplicate of the original data can be recovered at any time. An exact restoration from a lossy copy (e.g., MP3) of the same data is impossible. FLAC being lossless means it is highly suitable for transcoding e.g. to MP3, without the normally associated transcoding quality loss between one lossy format and another. A CUE file can optionally be created when ripping a CD. If a CD is read and ripped perfectly to FLAC files, the CUE file allows later burning of an audio CD that is identical in audio data to the original CD, including track order and pregap, but excluding CD-Text and other additional data such as lyrics and CD+G graphics.[12]

Adoption and implementations[]

The reference implementation of FLAC is implemented as the libFLAC core encoder & decoder library, with the main distributable program flac being the reference implementation of the libFLAC API. This codec API is also available in C++ as libFLAC++. The reference implementation of FLAC compiles on many platforms, including most Unix (such as Solaris, BSD) and Unix-like (including Linux), Microsoft Windows, BeOS, and OS/2 operating systems. There are build-systems for autoconf/automake, MSVC, Watcom C, and Xcode. There is currently no multicore support in libFLAC, but utilities such as GNU parallel and various graphical frontends can be used to spin up multiple instances of the encoder.

FLAC playback support in portable audio devices and dedicated audio systems is limited compared to formats such as MP3[16] or uncompressed PCM. FLAC support is included by default in Windows 10, Android, BlackBerry 10 and Jolla devices.

In 2014, several aftermarket mobile electronics companies introduced multimedia solutions that include support for FLAC. These include the NEX series from Pioneer Electronics and the VX404 and NX404 from Clarion.

The European Broadcasting Union (EBU) has adopted the FLAC format for the distribution of high quality audio over its Euroradio network.[17] The Windows operating system has supported native FLAC integration since the introduction of Windows 10.[18] The Android operating system has supported native FLAC playback since version 3.1.[19][20] macOS High Sierra and iOS 11 add native FLAC playback support.[21]

Among others the Pono music player and streaming service used the FLAC format.[22][23] Bandcamp insists on a lossless format for uploading, and has FLAC as a download option.[24] The Wikimedia Foundation sponsored a free and open-source online ECMAScript FLAC tool for browsers supporting the required HTML5 features.[25]

FLAC support by different operating systems
Microsoft Windows macOS Linux Android BlackBerry OS iOS
Codec support Yes Yes Yes Yes Yes Yes
Container support FLAC (.flac)
Matroska (.mka, .mkv)
FLAC (.flac)
Core Audio Format (.caf)
FLAC (.flac)
Matroska (.mka, .mkv)
Ogg (.oga)
FLAC (.flac) FLAC (.flac) FLAC (.flac)
Core Audio Format (.caf)
Notes Support introduced in Windows 10. Support introduced in High Sierra. FLAC may need to be installed depending on the distribution. Support introduced in Android 3.1 Support introduced in BlackBerry OS 5.0 Support introduced in iOS 11 (but depends on hardware used).

Various other containers are supported, independently from used operating system, depending on used playback software.

See also[]

  • Comparison of audio coding formats

References[]

  1. ^ "FLAC 1.3.3 (4-Augs-2019)".
  2. ^ Coalson, Josh. "FLAC - format". Retrieved 4 April 2013. "fLaC", the FLAC stream marker in ASCII, meaning byte 0 of the stream is 0x66, followed by 0x4C 0x61 0x43
  3. ^ "PlayOgg!". Free Software Foundation. 17 March 2010. Retrieved 1 October 2013.
  4. ^ a b "Looking at Flac Compression Ratios". Steven Pigeon. 7 February 2012. Retrieved 10 May 2018.
  5. ^ a b c "News". FLAC. Retrieved 31 August 2009.
  6. ^ "FLAC Joins Xiph.org". Xiph.org Foundation. 29 January 2003. Retrieved 31 August 2009.
  7. ^ Plant, Emmett. "FLAC Joins Xiph!". Xiph.org Foundation. Archived from the original on 29 May 2008. Retrieved 31 August 2009.
  8. ^ "FLAC – changelog". Xiph.org Foundation. Retrieved 15 October 2013.
  9. ^ "Developers". FLAC. Retrieved 15 October 2013.
  10. ^ "Format". FLAC. Retrieved 20 May 2017.
  11. ^ https://xiph.org/flac/changelog.html
  12. ^ a b "FAQ". FLAC. Retrieved 23 September 2014.
  13. ^ "CUETools FLAC encoders comparison". CUETools Wiki. Retrieved 27 May 2013.
  14. ^ "Encoding Settings". JRiver Media Centre. Retrieved 27 May 2013.
  15. ^ "Lossless Codec Comparison". Synthetic-soul.co.uk. Archived from the original on 2 February 2009. Retrieved 26 November 2016.
  16. ^ "Links". FLAC. Retrieved 24 March 2009.
  17. ^ "What is the EBU Musipop system?". EBU. 24 August 2021.
  18. ^ "Audio snobs rejoice: Windows 10 will have system-wide FLAC support". PC World. Retrieved 10 July 2015.
  19. ^ "Android Supported Media Formats". Android.com. 4 August 2011. Retrieved 27 February 2012.
  20. ^ "Issue 1461 – android – FLAC file support enhancement request". Google Code. Retrieved 5 August 2011.
  21. ^ "iOS 11 brings lossless FLAC audio playback to iPhone and iPad". idownloadblog.com. 9 June 2017. Retrieved 26 September 2017.
  22. ^ "FAQ". ponomusic.com. 14 March 2014. Retrieved 14 March 2014.
  23. ^ "Home". Qobuz.com. Retrieved 10 April 2014.
  24. ^ "Why won't my tracks upload?". Bandcamp. Retrieved 21 June 2015.
  25. ^ Rillke (2015). "JavaScript FLAC de- and encoder". Retrieved 9 February 2015.

External links[]

Retrieved from ""