AIFF
From Just Solve the File Format Problem
(Difference between revisions)
(first version with some references) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{FormatInfo |
− | | | + | |formattype=electronic |
− | | | + | |subcat=Audio and Music |
− | | | + | |extensions={{ext|aiff}}, {{ext|aif}}, {{ext|aff}} |
− | | | + | |mimetypes={{mimetype|audio/x-aiff}}, {{mimetype|audio/aiff}} |
− | | | + | |pronom={{PRONOM|fmt/414}}, {{PRONOM|x-fmt/135}}, {{PRONOM|x-fmt/136}} |
− | | | + | }} |
− | | | + | |
− | |} | + | |
==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''' ('''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 == | ||
+ | * [http://sox.sourceforge.net SoX] | ||
+ | * {{Reggae}} | ||
+ | |||
+ | == Sample files == | ||
+ | * http://cd.textfiles.com/audio11000/MEDIA/SOUNDS/AIFF/ | ||
+ | * {{DexvertSamples|audio/aif}} | ||
==Resources== | ==Resources== | ||
*Page from fileformat.info[http://www.fileformat.info/format/aiff/corion.htm] | *Page from fileformat.info[http://www.fileformat.info/format/aiff/corion.htm] | ||
− | * | + | * [[Wikipedia:Audio Interchange File Format|Wikipedia article]] |
*some more detailed information[http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/Docs/AIFF-1.3.pdf] | *some more detailed information[http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/Docs/AIFF-1.3.pdf] | ||
*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]] |
Latest revision as of 04:09, 28 December 2023
Contents |
[edit] 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.
[edit] Software
[edit] Sample files
[edit] 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]