AIFF
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM update) |
(Added SoX as software that can handle this format and a sample file) |
||
Line 10: | Line 10: | ||
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. | ||
+ | |||
+ | == Software == | ||
+ | * [http://sox.sourceforge.net/ SoX] | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/audio11000/MEDIA/SOUNDS/AIFF/ | * http://cd.textfiles.com/audio11000/MEDIA/SOUNDS/AIFF/ | ||
+ | * https://telparia.com/fileFormatSamples/audio/ROCKTUNE.AIF | ||
==Resources== | ==Resources== |
Revision as of 14:41, 26 May 2020
Contents |
Overview
AIFF (Audio Interchange File Format) 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.
Software
Sample files
- http://cd.textfiles.com/audio11000/MEDIA/SOUNDS/AIFF/
- https://telparia.com/fileFormatSamples/audio/ROCKTUNE.AIF
Resources
- Page from fileformat.info[1]
- Wikipedia article
- some more detailed information[2]
- McGill University also has lots of info on the format here
- Another source of information[3]