Jump to content

FLAC: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m clean up, typos fixed: 1KHz → 1kHz using AWB
Line 64: Line 64:
FLAC uses [[linear prediction]] to convert the audio samples to a series of small, uncorrelated numbers (known as the residual), which are stored efficiently using [[Golomb coding|Golomb-Rice coding]]. It also uses [[run-length encoding]] for blocks of identical samples, such as silent passages. The technical strengths of FLAC compared to other lossless codecs lie in its ability to be streamed and in a fast decode time, which is independent of compression level.
FLAC uses [[linear prediction]] to convert the audio samples to a series of small, uncorrelated numbers (known as the residual), which are stored efficiently using [[Golomb coding|Golomb-Rice coding]]. It also uses [[run-length encoding]] for blocks of identical samples, such as silent passages. The technical strengths of FLAC compared to other lossless codecs lie in its ability to be streamed and in a fast decode time, which is independent of compression level.


As a lossless scheme, FLAC is also a popular archive format for owners of [[compact disc|CDs]] and other media who wish to preserve their audio collections. If the original media is 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 archive (e.g., MP3) of the same data is impossible. A [[Cue sheet (music software)|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, [[pregap]]s, and [[CD-Text]]. However, additional data present on some audio CDs such as lyrics and [[CD+G]] graphics are beyond the scope of a CUE file and most ripping software, so that data will not be archived.
As a lossless scheme, FLAC is also a popular archive format for owners of [[compact disc|CDs]] and other media who wish to preserve their audio collections. If the original media is 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 archive (e.g., MP3) of the same data is impossible. FLAC being lossless means it is highly suitable for [[transcode]] e.g. to MP3, without the normally associated transcoding quality loss. A [[Cue sheet (music software)|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, [[pregap]]s, and [[CD-Text]]. However, additional data present on some audio CDs such as lyrics and [[CD+G]] graphics are beyond the scope of a CUE file and most ripping software, so that data will not be archived.


The [[European Broadcasting Union]] (EBU) has adopted the FLAC format over its Euroradio network for the distribution of high quality audio.
The [[European Broadcasting Union]] (EBU) has adopted the FLAC format over its Euroradio network for the distribution of high quality audio.

Revision as of 15:01, 15 June 2009

Free Lossless Audio Codec
Filename extension
.flac
Internet media type
audio/x-flac[1]
Type of formatAudio
Free Lossless Audio Codec
Developer(s)Xiph.Org Foundation
Stable release
1.2.1 / September 17, 2007
Repository
Operating systemCross-platform
TypeAudio codec, Audio file format
Licensecommand-line utilites: GNU GPL
libraries :BSD
Websitehttp://flac.sourceforge.net

Free Lossless Audio Codec (FLAC) is a file format for lossless audio data compression. During compression, FLAC does not lose quality from the audio stream, as lossy compression formats such as MP3, AAC, and Vorbis do. Josh Coalson is the primary author of FLAC.

FLAC reduces bandwidth and storage requirements without sacrificing the integrity of the audio source. A digital audio recording (such as a CD track) encoded to FLAC can be decompressed into an identical copy of the audio data. Audio sources encoded to FLAC are typically reduced in size 40 to 50 percent (46% according to their own comparison).[2]

FLAC is suitable for everyday audio playback and archival, with support for tagging, cover art and fast seeking. FLAC's free and open source royalty-free nature makes it well-supported by many software applications, but FLAC playback support in portable audio devices and dedicated audio systems is limited at this time.[3]

On January 29, 2003, Xiphophorus (now called the Xiph.Org Foundation) announced the incorporation of FLAC under their banner, alongside Vorbis, Theora, Speex, and others.

The project

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 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 Replay Gain
  • 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)

"Free" means that 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 that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the reference implementation is free software. The sources for libFLAC and libFLAC++ are available under Xiph.org's BSD license, and the sources for flac, metaflac, and the plugins are available under the GPL.

In its stated goals, the FLAC project encourages its developers not to implement copy prevention features of any kind.[4]

Comparisons

FLAC is specifically designed for efficient packing of audio data, unlike general lossless algorithms such as DEFLATE which is used in ZIP and gzip. While ZIP may compress a CD-quality audio file by 10–20%, FLAC achieves compression rates of 30–50% for most music, with significantly greater compression for voice recordings. By contrast, lossy codecs can achieve ratios of 80% or more by discarding data from the original stream.

FLAC uses linear prediction to convert the audio samples to a series of small, uncorrelated numbers (known as the residual), which are stored efficiently using Golomb-Rice coding. It also uses run-length encoding for blocks of identical samples, such as silent passages. The technical strengths of FLAC compared to other lossless codecs lie in its ability to be streamed and in a fast decode time, which is independent of compression level.

As a lossless scheme, FLAC is also a popular archive format for owners of CDs and other media who wish to preserve their audio collections. If the original media is 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 archive (e.g., MP3) of the same data is impossible. FLAC being lossless means it is highly suitable for transcode e.g. to MP3, without the normally associated transcoding quality loss. 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, pregaps, and CD-Text. However, additional data present on some audio CDs such as lyrics and CD+G graphics are beyond the scope of a CUE file and most ripping software, so that data will not be archived.

The European Broadcasting Union (EBU) has adopted the FLAC format over its Euroradio network for the distribution of high quality audio.

The Hydrogenaudio Wiki features a comparison of lossless codecs, including FLAC.

Technical details

FLAC supports only fixed-point 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 655,350Hz in 1 Hz increments,[5] and any number of channels from 1 to 8. Channels can be grouped in cases like stereo and 5.1 channel surround to take advantage of interchannel correlations to increase compression. FLAC uses CRC checksums for identifying corrupted frames when used in a streaming protocol, and also has a complete MD5 hash of the raw PCM audio stored in its STREAMINFO metadata header. FLAC allows for a Rice parameter between 0–16. FLAC supports Replay Gain.

FLAC is implemented as the libFLAC core encoder & decoder library with the main distributable program flac being the reference program utilizing 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) and Unix-like (including Linux, BSD and Mac OS X), Windows, BeOS, and OS/2 operating systems. There are build systems for autoconf/automake, MSVC, Watcom C, and Xcode.

For tagging, FLAC uses the same system as Vorbis comments.[6]

API organization

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.

Software support

Encoding

Decoding

Ripping

Hardware support

Native

  • TRAXMOD Open source, open hardware portable MMC/SD player supports 44.1kHz/16-bit stereo FLAC playback.
  • Onkyo TX-NR906 Supports 16bit/24bit at 44.1khz/48khz/96khz Mono & Stereo flac files through external USB with metatag display support.
  • Escient[7]
  • iAudio (Cowon) - A2, A3, 6, 7, F2, M3, M5, X5, U3, U5,[8] D2, S9, native support with newer firmwares.
  • Olive (Symphony, Musica, Opus)[9]
  • PhatBox Hard Drive based in car Digital Media Player from PhatNoise
  • Rio Karma
  • SanDisk Sansa Fuze, Clip (with updated firmware)[10][11]
  • Squeezebox and Transporter network music players from Slim Devices. Current products decode natively. Old v1 units transcode to PCM on the server.
  • Sonos
  • Meizu M6 Mini Player, M3 Music Card
  • VEDIA A10
  • Pixel Magic Systems' HD Mediabox (with firmware 1.3.4 or higher)
  • Embedded Waveplayer- Module with FLAC level 0-2 support, MIDI and serial interface
  • Teclast T29, T39, C260, C280, C290
  • Trekstor Vibez
  • Pioneer SC-07 (SC-LX81 in Europe) support via external USB (network support unverified)
  • Denon AVR-4308 & AVR-3808 AV Receiver[12]
  • T+A Music Player[13]
  • Linn Klimax DS (Digital Stream) - Digital Music Player
  • Linn Akurate DS - Digital Music Player
  • Linn Majik DS - Digital Music Player
  • Linn Sneaky Music DS - Digital Music Player
  • iriver E100[14]
  • NMT players
  • Archos Internet Media Tablets [15]
  • Naim Audio HDX Hard Disk Player[16]

Other platforms

See also

References

  1. ^ Registration being sought as audio/flac
  2. ^ "FLAC - comparison". Retrieved 2008-01-27.
  3. ^ "FLAC Website". Flac.sourceforge.net. Retrieved 2009-03-24.
  4. ^ "FLAC Website". Flac.sourceforge.net. Retrieved 2009-03-24.
  5. ^ "FLAC - faq". Retrieved 2009-01-25.
  6. ^ "FLAC - faq". Retrieved 2008-01-27.
  7. ^ "Supported Digital Music Formats & Tagging Requirements" (PDF). Escient. pp. p. 2. Retrieved 2008-01-27. {{cite web}}: |pages= has extra text (help)
  8. ^ Korean firmware V2.13[dead link]
  9. ^ "Olive". Retrieved 2008-01-27. {{cite web}}: Text "Save The Sound. - Olive'S Free Cd Ripping Service - Preload Terms" ignored (help)
  10. ^ "Sansa Fuze updated to support Ogg and FLAC". Retrieved 2008-10-18.
  11. ^ "Sansa Clip Firmware 01.01.30 Released". Retrieved 2008-10-18.
  12. ^ "DENON UK". Retrieved 2008-01-27. {{cite web}}: Text "Home Audio Components" ignored (help)
  13. ^ "T+A E-Series Music-Player". Retrieved 2008-01-27.
  14. ^ "iRiver E100".
  15. ^ "Archos 5 and Archos 7 - Firmware Changes". Update.archos.com. Retrieved 2009-03-24.
  16. ^ "Naim Audio HDX".
  17. ^ "Wiibrew Wiki entry for MPlayerWii". Retrieved 2009-01-13.
  18. ^ "Data Compression and Reduction Options for 7-Series Recorders". Retrieved 2008-01-27. {{cite web}}: Text "Sound Devices, LLC" ignored (help); Text "Sound Notes" ignored (help)
  19. ^ "File Details-LightMP3-v1.7.1-(FLAC-bugfix)-PSP-Homebrew-Applications". Dl.qj.net. 2009-03-13. Retrieved 2009-03-24.
  20. ^ Leif H. Wilden. "Symbian OggPlay". Symbianoggplay.sourceforge.net. Retrieved 2009-03-24.
  21. ^ SourceForge.net - OggPlay