Difference between revisions of "ALAC"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Moved to "Lossless audio codecs" category.)
(Added file format infobox.)
Line 1: Line 1:
 +
{{infobox file format
 +
| name                  = Apple Lossless Audio Codec
 +
| extension              = {{code|.m4a}}, {{code|.caf}}
 +
| mime                  =
 +
| developer              = Apple Inc.
 +
| released              = <!-- {{start date and age|YYYY|mm|dd}} -->
 +
| latest_release_version =
 +
| latest_release_date    = <!-- {{start date and age|YYYY|mm|dd}} -->
 +
| format_type            = Lossless audio codec
 +
| container_for          =
 +
| contained_by          = [[MPEG-4]] Part 14
 +
| extended_from          =
 +
| extended_to            =
 +
| free                  = <!-- Yes or No -->
 +
| url                    =
 +
}}
 
'''Apple Lossless''' (also known as ''Apple Lossless Encoder'', ''ALE'', or ''Apple Lossless Audio Codec'', ''ALAC'') is a [[lossless]] audio [[codec]] developed by Apple Computer.
 
'''Apple Lossless''' (also known as ''Apple Lossless Encoder'', ''ALE'', or ''Apple Lossless Audio Codec'', ''ALAC'') is a [[lossless]] audio [[codec]] developed by Apple Computer.
  
== Description ==
+
==Description==
 
Apple Lossless data is stored within an [[MP4]] or [[MOV]] container with the filename extensions .m4a or .mov. It is not a variant of AAC, but a totally new codec. [[Apple iPod]]s with a dock connector and recent firmware can play Apple Lossless encoded files. It does not utilize any DRM scheme, but by the nature of the container, it is thought that DRM can be applied to ALAC much the same way it can with other files in QuickTime containers.
 
Apple Lossless data is stored within an [[MP4]] or [[MOV]] container with the filename extensions .m4a or .mov. It is not a variant of AAC, but a totally new codec. [[Apple iPod]]s with a dock connector and recent firmware can play Apple Lossless encoded files. It does not utilize any DRM scheme, but by the nature of the container, it is thought that DRM can be applied to ALAC much the same way it can with other files in QuickTime containers.
  
Line 10: Line 26:
 
David Hammerton and Cody Brocious have analyzed and reverse-engineered this codec without any documents on the format. On March 5, 2005, Hammerton published a simple open source decoder in the C programming language on the basis of their work.
 
David Hammerton and Cody Brocious have analyzed and reverse-engineered this codec without any documents on the format. On March 5, 2005, Hammerton published a simple open source decoder in the C programming language on the basis of their work.
  
== Player support ==
+
==Player support==
 
+
=== Hardware ===
+
  
 +
===Hardware===
 
* [[Apple iPod]]
 
* [[Apple iPod]]
 
* iRiver iHP-120/iHP-140 with the open source [http://www.rockbox.org Rockbox firmware]
 
* iRiver iHP-120/iHP-140 with the open source [http://www.rockbox.org Rockbox firmware]
 
* FiiO X1/X3/X5
 
* FiiO X1/X3/X5
  
=== Software ===
+
===Software===
 
+
 
* [[iTunes]]
 
* [[iTunes]]
 
* [[QuickTime]]
 
* [[QuickTime]]
Line 27: Line 41:
 
* [[CUETools]]
 
* [[CUETools]]
  
== See also ==
+
==See also==
 
+
* [[Lossless comparison]] by Rjamorim
* [[Lossless_comparison|Lossless codec comparison]] by Rjamorim
+
  
 
== External links ==
 
== External links ==
*[https://support.apple.com/kb/PH20502 iTunes for Windows: Choose import settings]
+
* [https://macosforge.github.io/alac/ Apple Lossless Audio Codec] at macOS forge
 +
* [https://github.com/macosforge/alac alac] on GitHub
 +
* [https://support.apple.com/kb/PH20502 iTunes for Windows: Choose import settings]
 
* [http://craz.net/programs/itunes/alac.html Open Source Decoder]
 
* [http://craz.net/programs/itunes/alac.html Open Source Decoder]
 +
* {{wikipedia|Apple Lossless}}
  
 
[[Category:Lossless audio codecs]]
 
[[Category:Lossless audio codecs]]

Revision as of 19:42, 29 November 2019

Apple Lossless (also known as Apple Lossless Encoder, ALE, or Apple Lossless Audio Codec, ALAC) is a lossless audio codec developed by Apple Computer.

Description

Apple Lossless data is stored within an MP4 or MOV container with the filename extensions .m4a or .mov. It is not a variant of AAC, but a totally new codec. Apple iPods with a dock connector and recent firmware can play Apple Lossless encoded files. It does not utilize any DRM scheme, but by the nature of the container, it is thought that DRM can be applied to ALAC much the same way it can with other files in QuickTime containers.

Apple claims that audio files compressed with its lossless codec will use up "about half the storage space" that the uncompressed data would require.

The Apple Lossless Encoder was introduced as a component of QuickTime 6.5.1 on April 28, 2004, and thus as a feature of Apple iTunes 4.5. The codec is also used in the AirPort Express's AirTunes implementation.

David Hammerton and Cody Brocious have analyzed and reverse-engineered this codec without any documents on the format. On March 5, 2005, Hammerton published a simple open source decoder in the C programming language on the basis of their work.

Player support

Hardware

Software

See also

External links