.aiff
Audio
AIFF(音频交换文件格式)
AIFF 是 Apple 的未压缩音频格式,相当于 macOS 上的 WAV。它以标记、乐器定义和注释等元数据块存储原始 PCM 音频。AIFF 常用于 macOS 上的专业音频制作。
MIME 类型
audio/aiff
类型
二进制
压缩
无损
优点
- + Uncompressed PCM quality identical to WAV
- + Native metadata support (markers, comments, instrument data)
- + Standard in macOS audio production workflows
缺点
- − Very large file sizes — same as WAV (~10 MB per minute at CD quality)
- − Less common on Windows and Linux than WAV
- − No advantage over WAV for cross-platform workflows
何时使用 .AIFF
在 macOS 上进行未压缩音频制作时使用 AIFF;使用 FLAC 进行无损存储,MP3/AAC 用于分发。
技术细节
AIFF 使用大端字节序的 IFF 容器块。COMM 块定义音频参数,SSND 块包含原始 PCM 采样。AIFF-C 通过压缩类型字段对此进行了扩展。
历史
Apple 于 1988 年基于 Electronic Arts 的 IFF(交换文件格式)开发了 AIFF。AIFF-C 于 1991 年增加了可选的压缩支持。它仍然是 Logic Pro 和 GarageBand 中默认的未压缩格式。