Jump to content
Wikipedia The Free Encyclopedia

Audio Interchange File Format

From Wikipedia, the free encyclopedia
File format family
"AIFC" redirects here. For the Astana International Financial Centre, see Astana International Financial Centre.
This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Audio Interchange File Format" – news · newspapers · books · scholar · JSTOR
(January 2016) (Learn how and when to remove this message)
Audio Interchange File Format
(AIFF)
Filename extension
.aiff
.aif
.aifc
Internet media type
audio/x-aiff
audio/aiff
Type code AIFF, AIFC
Uniform Type Identifier (UTI) public.aiff-audio
public.aifc-audio
Developed byApple
Initial release21 January 1988; 37 years ago (1988年01月21日)[1]
Latest release
1.3
January 4, 1989; 36 years ago (1989年01月04日)
AIFF-C / July 1991; 34 years ago (1991-07)[2]
Type of formatAudio file format, container format
Extended fromIFF (File format)

Audio Interchange File Format (AIFF) is an audio file format standard used for storing sound data for personal computers and other electronic audio devices. The format was developed by Apple Inc. in 1988 based on Electronic Arts' Interchange File Format (IFF, widely used on Amiga systems) and is most commonly used on Apple Macintosh computer systems.

The audio data in most AIFF files is uncompressed pulse-code modulation (PCM). This type of AIFF file uses much more disk space than lossy formats like MP3—about 10 MB for one minute of stereo audio at a sample rate of 44.1 kHz and a bit depth of 16 bits. There is also a compressed variant of AIFF known as AIFF-C or AIFC, with various defined compression codecs.

In addition to audio data, AIFF can include loop point data and the musical note of a sample, for use by hardware samplers and musical applications.

The file extension for the standard AIFF format is .aiff or .aif. For the compressed format the preferred suffix is .aifc, but audio applications supporting the format also allow .aiff or .aif.

AIFF on macOS

[edit ]
This section possibly contains original research . Please improve it by verifying the claims made and adding inline citations. Statements consisting only of original research should be removed. (March 2009) (Learn how and when to remove this message)

With the development of the OS X operating system now known as macOS, Apple created a new type of AIFF which is, in effect, an alternative little-endian byte order format.[3] [4]

Because the AIFF architecture has no provision for alternative byte order, Apple used the existing AIFF-C compression architecture, and created a "pseudo-compressed" codec called sowt (twos spelled backwards). The only difference between a standard AIFF file and an AIFF-C/sowt file is the byte order; there is no compression involved at all.[5]

Apple uses this new little-endian AIFF type as its standard on macOS. When a file is imported to or exported from iTunes in "AIFF" format, it is actually AIFF-C/sowt that is being used. When audio from an audio CD is imported by dragging to the macOS Desktop, the resulting file is also an AIFF-C/sowt. In all cases, Apple refers to the files simply as "AIFF", and uses the .aiff extension.

For the vast majority of users this technical situation is completely unnoticeable and irrelevant. The sound quality of standard AIFF and AIFF-C/sowt are identical, and the data can be converted back and forth without loss. Users of older audio applications, however, may find that an AIFF-C/sowt file will not play, or will prompt the user to convert the format on opening, or will play as static.

All traditional AIFF and AIFF-C files continue to work normally on macOS, and many third-party audio applications as well as hardware continue to use the standard AIFF big-endian byte order.

AIFF Apple Loops

[edit ]

Apple has also created another recent extension to the AIFF format in the form of Apple Loops[6] used by GarageBand and Logic Pro, which allows the inclusion of data for pitch and tempo shifting by an application in the more common variety, and MIDI-sequence data and references to GarageBand playback instruments in another variety.

Apple Loops use either the .aiff (or .aif) or .caf extension regardless of type.

Data format

[edit ]

An AIFF file is divided into a number of chunks.[7] Each chunk is identified by a chunk ID more broadly referred to as FourCC.

Types of chunks found in AIFF files:

  • Common Chunk (required)
  • Sound Data Chunk (required)
  • Marker Chunk
  • Instrument Chunk
  • Comment Chunk
  • Name Chunk
  • Author Chunk
  • Copyright Chunk
  • Annotation Chunk
  • Audio Recording Chunk
  • MIDI Data Chunk
  • Application Chunk
  • ID3 Chunk

Metadata

[edit ]

AIFF files can store metadata in Name, Author, Comment, Annotation, and Copyright chunks. An ID3v2 tag chunk can also be embedded in AIFF files, as well as an Application Chunk with Extensible Metadata Platform (XMP) data in it.[8]

Common compression types

[edit ]

AIFF supports only uncompressed PCM data. AIFF-C also supports compressed audio formats, which can be specified in the "COMM" chunk. The compression type is "NONE" for PCM audio data. The compression type is accompanied by a printable name. Common compression types and names include, but are not limited to:

AIFF-C common compression types[1] [9] [10]
Compression type Compression name Data Source
NONE not compressed PCM, big-endian Apple Inc.
sowt not compressed PCM, little-endian Apple Inc.
fl32 32-bit floating point IEEE 32-bit float Apple Inc.
fl64 64-bit floating point IEEE 64-bit float Apple Inc.
alaw ALaw 2:1 8-bit ITU-T G.711 A-law Apple Inc.
ulaw μLaw 2:1 8-bit ITU-T G.711 μ-law Apple Inc.
ALAW CCITT G.711 A-law 8-bit ITU-T G.711 A-law (64 kbit/s) SGI
ULAW CCITT G.711 u-law 8-bit ITU-T G.711 μ-law (64 kbit/s) SGI
FL32 Float 32 IEEE 32-bit float SoundHack & Csound
ADP4 4:1 Intel/DVI ADPCM Stéphane Tavenard (Audio Convert/Player) AmigaOS
ima4 IMA 4:1
ACE2 ACE 2-to-1 Apple IIGS ACE (Audio Compression/Expansion)
ACE8 ACE 8-to-3
DWVW Delta with variable word width TX16W Typhoon
MAC3 MACE 3-to-1 Apple Inc.
MAC6 MACE 6-to-1 Apple Inc.
Qclp Qualcomm PureVoice Qualcomm
QDMC QDesign Music QDesign
rt24 RT24 50:1 Voxware
rt29 RT29 50:1 Voxware
SDX2 Square-Root-Delta Big-endian 3DO (Panasonic) / Mac (Apple)

See also

[edit ]

References

[edit ]
  1. ^ a b Apple Computer, Inc. (1989年01月04日), Audio Interchange File Format, A Standard for Sampled Sound Files, Version 1.3 (PDF), retrieved 2010年03月21日
  2. ^ P. Kabal (2005年03月15日). "Audio File Format Specifications - AIFF / AIFF-C Specifications". McGill University. Retrieved 2010年03月21日.
  3. ^ "Speech Synthesis Manager - OS X Manual". Apple. 2008年10月29日. Archived from the original on 2009年11月28日.
  4. ^ "Supported Audio File and Data Formats in Mac OS X". Apple. 2008年11月13日. Archived from the original on 2009年05月23日.
  5. ^ "Technical Q&A QTMRF04: QuickTime Sound". Apple. 1995年05月01日. Archived from the original on 2022年07月05日. Retrieved 2009年11月09日.
  6. ^ "Logic Studio - Plug-ins & Sounds". Apple. Archived from the original on 2013年07月20日. Retrieved 2010年04月30日.
  7. ^ Kabal, Peter (2017年09月20日). "Audio File Format Specifications". MMSP Lab, ECE, McGill University. Archived from the original on 2022年07月24日.
  8. ^ "AIFF Tagging". November 18, 2013. Archived from the original on 2022年04月07日.
  9. ^ Tom Erbe (1999). "AIFF-C Compression Types and Names". Archived from the original on 2006年06月20日. Retrieved 2010年03月21日.
  10. ^ "AIFF-hul Module". JSTOR/Harvard Object Validation Environment. 2005年05月09日. Archived from the original on 2010年06月29日. Retrieved 2010年03月21日.
[edit ]
Video
compression
ISO, IEC,
MPEG
ITU-T, VCEG
SMPTE
TrueMotion and AOMedia
Chinese Standard
  • AVS1 P2/AVS+(GB/T 20090.2/16)
  • AVS2 P2(GB/T 33475.2,GY/T 299.1)
    • HDR Vivid(GY/T 358)
  • AVS3 P2(GY/T 368)
Others
Audio
compression
ISO, IEC,
MPEG
ITU-T
IETF
3GPP
ETSI
Bluetooth SIG
Chinese Standard
Others
Image
compression
IEC, ISO, IETF,
W3C, ITU-T, JPEG
Others
Containers
ISO, IEC
ITU-T
IETF
SMPTE
Others
Collaborations
Methods
Lists
See Compression methods for techniques and Compression software for codecs

AltStyle によって変換されたページ (->オリジナル) /