AIFF
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Add category: IFF based file formats) |
||
Line 7: | Line 7: | ||
{{mimetype|audio/aiff}} | {{mimetype|audio/aiff}} | ||
}} | }} | ||
− | |||
==Overview== | ==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''' 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. | ||
Line 19: | Line 18: | ||
*McGill University also has lots of info on the format [http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/AIFF.html here] | *McGill University also has lots of info on the format [http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/AIFF.html here] | ||
*Another source of information[http://muratnkonar.com/aiff/index.html] | *Another source of information[http://muratnkonar.com/aiff/index.html] | ||
+ | |||
+ | [[Category:IFF based file formats]] |
Revision as of 19:47, 28 September 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.