Difference between revisions of "ALAC"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(added link to Rjamorim's lossless comparison)
(The category was not in much use. Obsoleting, re-categorizing.)
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
'''Apple Lossless''' (also known as ''Apple Lossless Encoder'', ''ALE'', or ''Apple Lossless Audio Codec'', ''ALAC'') is a [[Lossless]] audio codec developed by Apple Computer.
+
{{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 data is stored within an [[MP4]] container with the filename extension .m4a. 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.
+
==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 claims that audio files compressed with its lossless codec will use up ''"about half the storage space"'' that the uncompressed data would require.
 
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.
+
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 decoded this codec without any documents on the format. On March 5 2005 Hammerton published a simple open source decoder in the programming language C on the basis of their reverse engineering 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]
 +
* FiiO X1/X3/X5
  
==== Software ====
+
===Software===
 
+
 
* [[iTunes]]
 
* [[iTunes]]
 
* [[QuickTime]]
 
* [[QuickTime]]
* [[dbPowerAMP]]
+
* [[dBpoweramp]]
 +
* [[foobar2000]]
 +
* [[XMplay]]
 +
* [[CUETools]]
  
==Addional Reading==
+
==See also==
* [[Lossless_comparision|Lossless Codec Comparison]] by Rjamorim
+
* [[Lossless comparison]] by Rjamorim
 +
 
 +
== External links ==
 +
* [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]
* [http://www.apple.com/itunes/import.html Apple - iTunes - Import]
+
* {{wikipedia|Apple Lossless}}
 +
 
 +
[[Category:Codecs]]

Latest revision as of 19:33, 27 January 2022

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