AIFF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m |
||
Line 11: | Line 11: | ||
'''AIFF''' files store uncompressed signed audio samples inside an [[IFF]] container. See that article for more details. There's also a compressed variant, called [[AIFC]], which has its own page. | '''AIFF''' files store uncompressed signed audio samples inside an [[IFF]] container. See that article for more details. There's also a compressed variant, called [[AIFC]], which has its own page. | ||
− | AIFF chunks provide native metadata. In addition, although it is not in the specification, an ID3 chunk is often used to include ID3V2 metadata. | + | AIFF chunks provide native metadata. In addition, although it is not in the specification, an [[ID3]] chunk is often used to include ID3V2 metadata. |
==Resources== | ==Resources== |
Revision as of 22:49, 30 March 2013
Overview
AIFF files store uncompressed signed audio samples inside an IFF container. See that article for more details. There's also a compressed variant, called AIFC, which has its own page.
AIFF chunks provide native metadata. In addition, although it is not in the specification, an ID3 chunk is often used to include ID3V2 metadata.