.aifc File Extension
.aifc file contains, which apps open AIFF-C audio, how Poly supports it, and when WAV or FLAC is a better choice. File extension details for .aifc
Partial Support| File type | Audio Interchange File Format Compressed |
|---|---|
| MIME type | |
| Encoding | Binary IFF container with PCM or compressed audio |
| Operating systems | Windows, macOS, Linux |
| Opens with | Adobe Audition, FFmpeg |
| Poly support | Partial. Poly processes AIFF-C audio when the file is classified as audio/x-aiff. |
| Indexed by Poly | Conditional. Correctly classified files receive metadata, speech transcripts, and audio-similarity indexing. |
| Preview in Poly | Conditional. Correctly classified files open in Poly's audio player when the browser supports their encoding. |
| Poly agent | Conditional. The Poly agent can use recognized AIFF-C audio and its generated transcript. |
What kind of file is an .aifc?
An .aifc file is an Audio Interchange File Format Compressed file, usually called AIFF-C. Apple extended the original AIFF container so its common chunk could identify different audio encodings. Despite the name, AIFF-C is not always compressed. The NONE compression code stores ordinary PCM, while other codes cover floating-point PCM, A-law, mu-law, and additional encodings.1
AIFF-C has no registered IANA MIME type. Software commonly uses audio/x-aiff or audio/aiff.2 Identification should check the bytes as well as the suffix:
| Offset | Expected ASCII | Hex |
|---|---|---|
| 0 | FORM | 46 4F 52 4D |
| 8 | AIFC | 41 49 46 43 |
FORM alone is not sufficient because other IFF-family formats share it. Ordinary AIFF instead has AIFF at offset 8.1
.aiff, WAV, or MP3 file to .aifc does not change its container or audio encoding. Convert or remux it with an audio tool.How do I open an .aifc on my computer?
Adobe Audition opens .aifc on Windows and macOS, including uncompressed AIFF files and most common compressed variants. It documents support for files with up to 32 channels.3 FFmpeg can inspect and decode AIFF-C on Windows, macOS, and Linux.4
Compatibility depends on the encoding inside the container. An app that opens uncompressed AIFF may reject an AIFF-C file using an uncommon compression code. Web-browser playback is also inconsistent, so convert a copy to a broadly supported delivery format when sharing online.
Poly support for .aifc
Poly can store, sync, share, version, download, and find .aifc files by name. Poly does not currently infer an audio MIME type from this suffix alone. When an upload source supplies audio/x-aiff, Poly treats the file as audio, extracts available duration and tags, creates audio-similarity segments, and transcribes intelligible speech for full-text search.
Correctly classified files open in Poly's audio player, but playback still depends on the browser decoding the file's particular encoding. The Poly agent can use supported audio and its transcript. Instrumental audio may have little useful transcript text.
History of .aifc
Apple published AIFF version 1.3 in 1989 after adapting Electronic Arts' IFF chunk model for sampled sound.5 The AIFF-C specification followed in 1991. It added a compression-type field while preserving the extensible chunk structure, allowing the container to describe more than the original AIFF's uncompressed audio.1
The final c in .aifc distinguishes the extended form from .aif and .aiff. It indicates the AIFF-C structure, not proof that the sound data is smaller than PCM.
Working with .aifc and alternatives
| Need | Practical choice | Tradeoff |
|---|---|---|
| Professional interchange with an AIFF-C-aware app | Keep .aifc | Decoder support varies by compression code |
| Broad uncompressed interchange | WAV | Larger than losslessly compressed audio |
| Lossless storage | FLAC | Some production workflows prefer AIFF or WAV |
| Compact delivery | AAC, MP3, or Opus | Lossy encoding discards information |
Convert to PCM or FLAC without resampling or reducing bit depth when preserving decoded quality matters. This cannot recover information already lost by a lossy codec inside the AIFF-C file. Keep the original when its metadata or application-specific chunks matter.
Footnotes
- Apple Computer, Inc. Audio Interchange File Format AIFF-C Specification, archived by McGill University. ↩ ↩2 ↩3
- Internet Assigned Numbers Authority. Media Types Registry. ↩
- Adobe. Supported Import Formats in Audition. ↩
- FFmpeg. Supported File Formats. ↩
- Library of Congress. AIFF (Audio Interchange File Format). ↩