Free Lossless Audio Codec
Free Lossless Audio Codec (FLAC) is an audio compression codec primarily authored by Josh Coalson and Ed Whitney. As its name implies, FLAC employs a lossless data compression algorithm: a digital audio recording compressed by FLAC can be decompressed into an identical copy of the original audio data. Audio sources encoded to FLAC are typically reduced to 50–60% of their original size.[2]
FLAC is an open and royalty-free format with a free software implementation made available. FLAC has support for tagging, cover art, and fast seeking. Though FLAC playback support in portable audio devices and dedicated audio systems is limited compared to formats like MP3,[3] FLAC is supported by more hardware devices than competing lossless formats like WavPack.[4]
History
Development 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 January 15, 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 behind other free compression formats such as Vorbis, Theora, Speex, and others.[5][6][7]
On 17 September 2007, the 1.2.1 version was released.
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.[3]
Comparisons
FLAC is specifically designed for efficient packing of audio data, unlike general purpose 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 decoded in a fast 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 for the distribution of high quality audio over its Euroradio network.
Technical details
FLAC supports only fixed-point samples, not floating-point. This is to remove the imprecision of floating point arithmetic so as to ensure the encoder is fully lossless. It can handle any PCM bit resolution from 4 to 32 bits per sample, any sampling rate from 1 Hz to 655,350 Hz in 1 Hz increments,[8] and any number of channels from 1 to 8.[9] 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 Mac OS X) and Unix-like (including Linux, BSD), 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.
For tagging, FLAC uses the same system as Vorbis comments.[10]
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
Name |
Description |
Platform |
Windows |
Mac OS X |
Adobe Soundbooth |
|
? |
No |
aTunes |
|
Yes |
Yes |
ALLPlayer |
|
Yes |
No |
Audacity |
Since version 1.2.5[11] |
Yes |
Yes |
Audio Transcoder |
|
Yes |
No |
BonkEnc |
Rips directly from CD to FLAC file. |
Yes |
No |
Cakewalk SONAR |
Producer Edition version 7 and later. |
Yes |
No |
Creative Centrale |
|
Yes |
No |
dBpoweramp Music Converter |
|
Yes |
No |
Easy CD-DA Extractor |
|
Yes |
No |
Easy Media Creator |
|
Yes |
No |
Exact Audio Copy |
|
Yes |
No |
FlaCuda |
An experimental LGPL encoder that runs on Nvidia GPGPUs with CUDA support. On high end GPUs it has been reported to outperform CPU encoders by an order of magnitude.[12] Multi-channel or higher than 16 bit depth are not yet supported.[13] |
Yes |
Yes |
Flake (and libFlake) |
An independent LGPL implementation purported to be faster at the same compression ration than the reference libFlac; it also offers some experimental higher compression ratios.[14] An experimental version that supports multiple threads/cores has been developed by a third party.[15] |
Yes |
Yes |
FFmpeg |
|
Yes |
Yes |
foobar2000 |
With external encoder |
Yes |
No |
GoldWave |
|
Yes |
No |
GOM Player |
|
Yes |
No |
JetAudio |
|
Yes |
No |
Juce |
|
Yes |
Yes |
Max |
|
No |
Yes |
Media Center |
Since version 12.0.3xx |
Yes |
No |
MediaMonkey |
|
Yes |
No |
Nero Burning ROM |
With optional external filter plug-in. |
Yes |
No |
REAPER |
|
Yes |
No |
Samplitude |
Since version 10.2 |
Yes |
No |
Sound Forge |
Version 9 and later |
Yes |
No |
Vegas Pro 8, Vegas Pro 9 |
|
Yes |
No |
Toast Titanium |
Beginning with version 7 |
No |
Yes |
VLC media player |
|
Yes |
Yes |
Winamp |
Since 5.35 uses Flake.[16] Versions before 5.54 generate an incorrect MD5 checksum.[17] |
Yes |
No |
xACT |
Not to be confused with Microsoft's XACT audio programming library. |
No |
Yes |
XLD |
|
No |
Yes |
Yahoo! Music Jukebox |
|
Yes |
No |
Decoding
- Cross-platform
- Boxee
- FFmpeg
- aTunes
- PS3 Media Server
- Adobe Audition
- Audacity 1.3.5 Beta
- MPlayer
- Songbird
- Squeezebox
- The Core Pocket Media Player with FLAC plugin
- VLC media player
- XBMC Media Center
- Mixxx Digital DJ software
|
- Microsoft Windows
- Ableton Live
- Adobe Premiere Pro with FLAC plugin
- Aimp2
- Billy since version 1.04i
- Creative Centrale
- DJ Decks
- foobar2000
- GoldWave
- Media Center since version 12.0.3xx
- iTunes after installing codec from Xiph (Ogg FLAC only)
- JetAudio
- K-Multimedia Player
- MediaMonkey
- Cockos REAPER Multitrack Recorder and Editor
- Renoise supports import and export from version 1.8
- Quintessential Player with FLAC plugin
- SUPER
- Vegas Pro 8, Vegas Pro 9
- TRAKTOR 3
- TRAKTOR Scratch
- TVersity, using ffdshow to transcode stream to WAV
- VUPlayer
- Winamp
- Windows Media Player and Media Player Classic with third-party plugin
- Yahoo! Music Jukebox
- Windows Mobile
- Kinoma Play
- CorePlayer (Shareware)
|
- Unix-like operating systems
- Audacious
- Banshee
- Baudline
- cmus
- mpd
- ogg123 (if compiled against FLAC - ogg123 is part of the 'vorbis-tools' package)
- Xine
- XMMS
- GNOME
- GnomeBaker
- Quod Libet
- Rhythmbox
- Totem Movie Player
- Serpentine
- KDE
- Amarok
- JuK
- Audiokonverter (from the context menu pop-up)
- Mac OS X
- Fluke, for playing FLAC in iTunes
- Quicktime with the Xiph QT component
- Ableton Live
- Cog
- Plex media center
- xACT, not to be confused with Microsoft's XACT
- TRAKTOR 3
- TRAKTOR Scratch
- Palm OS
- CorePlayer (Shareware)
- TCPMP (version 0.72rc1, open source) with free plug-in[18]
|
Ripping
|
- Microsoft Windows
- Audiograbber (with external encoder)
- Audio Transcoder
- BonkEnc using the FLAC.dll API
- CDex included in v1.7 beta2
- DBpoweramp
- Exact Audio Copy using the external encoder
- Easy CD-DA Extractor
- foobar2000 (with external encoder)
- iriver plus 3
- JetAudio
- MediaMonkey
- Winamp
- Yahoo! Music Jukebox
|
- Unix-like operating systems
- ABCDE
- Asunder
- Banshee
- Cdda2wav
- Cdparanoia
- Mencoder
- crip
- GNOME
- KDE
- Mac OS X
|
Hardware support
Native
- TRAXMOD Open source, open hardware portable MMC/SD player supports 44.1 kHz/16-bit stereo FLAC playback.
- Onkyo TX-NR906 Supports 16 bit/24 bit at 44.1 kHz/48 kHz/96 kHz Mono & Stereo FLAC files through external USB with metatag display support.
- Pioneer SC-05, SC-07, SC-25, SC-27 and SC-09TX support via external USB (network support verified)
- Denon AVP-A1HDCI, AVR-4810, AVR-4310, AVR-3310, AVR-5308, AVR-4308, AVR-3808 AV Receivers[19]
- Yamaha RX-V2065 AV Receiver
- Meridian Sooloos
- Escient[20]
- iAudio (Cowon) - A2, A3, 6, 7, F2, O2, M3, M5, X5, U3, U5,[21] D2, D2+, S9, J3 native support with newer firmware.
- Olive (Symphony, Musica, Opus)[22]
- PhatBox Hard Drive based in car Digital Media Player from PhatNoise
- Rio Karma
- SanDisk Sansa Fuze, Clip (with updated firmware)[23][24], Clip+ [25]
- Squeezebox and Transporter network music players from Logitech. Current products decode natively. Old v1 units transcode to PCM on the server.
- Sonos
- Meizu M6 Mini Player, M3 Music Card
- VEDIA A10, B6
- 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
- T+A Music Player[26]
- 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 E200, E150, E100 [27], E50, E30, Lplayer, SPINN.
- Networked Media Tank and WIKI
- Archos 5 Internet Tablet
- Archos Internet Media Tablets [28]
- Naim Audio HDX Hard Disk Player[29]
- Samsung YP-U5[30]
- Creative Zen X-Fi 2
- WD TV
- Samsung Galaxy S
- Samsung P3
- TVIX HD M-6500, N1 (cafe), HD M-6600A/N Plus, HD M-7000
- Nokia N900
Other platforms
- Nintendo Wii when running the Wii homebrew app MPlayerWii or MPlayer CE[31]
- Apple TV, XBMC Media Center or Boxee
- iPod - 1st through 5.5th generation, iPod mini and 1st generation iPod nano (not the shuffle, 2nd/3rd gen nano, classic or touch), using third party Rockbox firmware
- Nearly all other Rockbox-compatible DAPs, including the iriver and Gigabeat (Toshiba) range of devices, plus the aforementioned iPods
- Sound Devices 7-Series Professional Audio Recorders with "badger" firmware update (v.2.24)[32]
- Sony PlayStation Portable when running the homebrew LightMP3 application.[33]
- Samsung YP-P3, YP-Q1, YP-Q2, YP-U5, YP-S5 (With upgraded firmware available from Samsung website)
- FLAC playback is possible on Mobile devices or phones based on Windows Mobile, or Symbian OS with either S60, Series 80 or Series 90 UI platforms, can run the free open source media player application OggPlay.[34][35]. Also LCG Jukebox from Lonely Cat Games is able to play FLAC audio on Symbian S60 and Windows Mobile devices.
- Google Android devices running CM 3.9.6 and later or Bugless Beauty 0.8.6 / Bugless Beast 0.7.4 and later custom ROMs.
See also
- Comparison of audio formats
- Meridian Lossless Packing
- Monkey's Audio
- TTA
- WavPack
- Apple Lossless
References
External links
Multimedia compression and container formats |
|
Video compression |
|
MJPEG · Motion JPEG 2000 · MPEG-1 · MPEG-2 (Part 2) · MPEG-4 (Part 2/ASP · Part 10/AVC) · HEVC
|
|
ITU-T
|
H.120 · H.261 · H.262 · H.263 · H.264 · HEVC
|
|
Others
|
AVS · Bink · CineForm · Cinepak · Dirac · DV · Indeo · Microsoft Video 1 · OMS Video · Pixlet · RealVideo · RTVideo · SheerVideo · Smacker · Sorenson Video & Sorenson Spark · Theora · VC-1 · VC-2 · VC-3 · VP3 · VP6 · VP7 · VP8 · WMV
|
|
|
Audio compression |
|
|
|
ITU-T
|
G.711 · G.718 · G.719 · G.722 · G.722.1 · G.722.2 · G.723 · G.723.1 · G.726 · G.728 · G.729 · G.729.1
|
|
Others
|
AC-3 · AMR · AMR-WB · AMR-WB+ · Apple Lossless · ATRAC · CELT · DRA · DTS · EVRC · EVRC-B · FLAC · GSM-HR · GSM-FR · GSM-EFR · iLBC · iSAC · Monkey's Audio · TTA (True Audio) · MT9 · A-law · μ-law · Musepack · Nellymoser · OptimFROG · OSQ · QCELP · RealAudio · RTAudio · SD2 · SHN · SILK · Siren · SMV · Speex · SVOPC · TwinVQ · VMR-WB · Vorbis · WavPack · WMA
|
|
|
Image compression |
|
JPEG · JPEG 2000 · JPEG XR · lossless JPEG · JBIG · JBIG2 · PNG
|
|
Others
|
APNG · BMP · DjVu · EXR · GIF · ICER · ILBM · MNG · PCX · PGF · TGA · QTVR · TIFF · WBMP · WebP
|
|
|
Media containers |
ISO/IEC
|
MPEG-PS · MPEG-TS · ISO base media file format · MPEG-4 Part 14 · Motion JPEG 2000 · MPEG-21 Part 9
|
|
ITU-T
|
H.222.0 · T.802
|
|
Others
|
3GP and 3G2 · AMV · ASF · AIFF · AVI · AU · Bink · DivX Media Format · DPX · EVO · Flash Video · GXF · M2TS · Matroska · MXF · Ogg · QuickTime File Format · RealMedia · REDCODE RAW · RIFF · Smacker · MOD and TOD · VOB · WAV · WebM
|
|
|
See Compression methods for methods and Compression software implementations for codecs |
|
Data compression software implementations |
|
Archivers
with compression
(Comparison) |
|
7-Zip · Ark · File Roller · FreeArc · Info-ZIP · KGB Archiver · PAQ · PeaZip · The Unarchiver · tar · UPX · Xarchiver · Zipeg
|
|
|
DGCA · Filzip · IZArc · LHA · StuffIt Expander (decompression only) · TUGZip · UHarc/WinUHA · ZipGenius
|
|
Commercial
|
ARC · ALZip · Archive Utility · ARJ · JAR · MacBinary · PKZIP/SecureZIP · PowerArchiver · StuffIt · WinAce · WinRAR · WinZip
|
|
|
Lossless data compression* |
|
bzip2 · compress · gzip · lzip · lzop · rzip · xz
|
|
|
Audio compression
(Comparison) |
Lossy
|
Freeware Advanced Audio Coder (FAAC) · Helix DNA Producer · l3enc · LAME · TooLAME · libavcodec · libcelt · libspeex · Musepack · libvorbis · Windows Media Encoder
|
|
|
FLAC · ALAC · libavcodec · Monkey's Audio · TTA (True Audio) · mp4als · OptimFROG · WavPack
|
|
|
Video compression
(Comparison) |
Lossy
|
MPEG-4 ASP
|
3ivx · DivX · Nero Digital · FFmpeg · HDX4 · Xvid
|
|
H.264/MPEG-4 AVC
|
CoreAVC · Blu-code · DivX · FFmpeg · Nero Digital · QuickTime · x264
|
|
Others
|
CineForm · Cinepak · DNxHD · Helix DNA Producer · Indeo · libavcodec · Schrödinger (Dirac) · SBC · Sorenson · VP7 · libtheora · libvpx · Windows Media Encoder
|
|
|
|
FFV1 · Huffyuv · Lagarith · MSU Lossless · SheerVideo
|
|
|
* Non-archiving
See Compression methods for methods and Compression formats for formats |
|
Xiph.Org Foundation |
|
Ogg Project |
Vorbis · Theora · FLAC · Speex · Tremor · OggUVS · OggPCM · Ogg Writ · CELT
|
|
Other projects |
XSPF · Annodex · Xiph QuickTime Components · cdparanoia · Icecast · IceShare
|
|
Related articles |
Chris Montgomery · CMML · Ogg page · Ogg Squish · Use of Ogg formats in HTML5
|
|