Initializing... drag & drop files here
Supports: AIFC
AIFC is Apple's AIFF-C container, introduced in July 1991 as the compression-capable variant of AIFF (Apple, 1988, built on Electronic Arts' IFF format). It is a Mac-native file that Windows and Android tooling often refuses to open, and when it holds plain PCM it is enormous — roughly 10.6 MB per minute of 44.1 kHz 16-bit stereo. AAC solves both problems: standardized as ISO/IEC 13818-7 in 1997 and extended as MPEG-4 Part 3 in 1999, it plays on essentially every phone, browser, car head unit, and streaming client, and 128 kbps AAC works out to about 0.96 MB per minute — an order of magnitude smaller than the source.
.aifc onto the page or click "+ Add Files" to browse. Queue several files to convert them all with the same settings in one batch..aac file, individually or as a ZIP for a batch. No sign-up, no watermark.The right number depends far more on what is inside the AIFC than on the size of the file. A telephony-era μ-law recording has no high frequencies to preserve; a CD rip has plenty.
| What's in the AIFC | Suggested AAC setting | Why |
|---|---|---|
| Uncompressed PCM music (CD import, GarageBand or Logic export) | 192-256 kbps Constant Bitrate | First-generation lossy encode from a clean master; 256 kbps is effectively transparent for most listeners |
| Casual music or a podcast you will stream | 128 kbps Constant Bitrate | The long-standing "good enough" rate, at roughly 0.96 MB per minute |
| Voice memo, interview, or lecture | 96 kbps, Audio Channel set to MONO | Speech is narrowband; mono halves the size with nothing audible lost |
| μ-law, A-law, or IMA ADPCM AIFC (legacy telephony or classic Mac audio) | 64-96 kbps | The source already discarded the high end — a big bitrate cannot bring it back |
| Anything you plan to keep editing | Stay lossless with AIFC to AIFF | Every lossy encode is one-way; edit first, compress last |
Note that the Variable Bitrate ranges offered for AAC stop at 96-112 kbps. For anything above that, use Constant Bitrate and pick the rate directly.
| Property | AIFC (AIFF-C) | AAC |
|---|---|---|
| Origin | Apple, July 1991 — the compressed variant of AIFF (1988) | ISO/IEC 13818-7 (MPEG-2 Part 7, 1997); ISO/IEC 14496-3 (MPEG-4 Part 3, 1999) |
| Container | IFF chunks, big-endian by design | Raw ADTS stream in a .aac file, or MP4 in a .m4a |
| Audio inside | PCM (NONE), little-endian PCM ("sowt"), 32/64-bit float, μ-law, A-law, IMA ADPCM, MACE 3:1 and 6:1 | Lossy MDCT perceptual coding |
| Channels | Typically mono or stereo | Up to 48 full-bandwidth channels, plus LFE channels |
| Size, 3 minutes of CD-quality stereo | About 31.8 MB as PCM | About 2.9 MB at 128 kbps |
| Metadata | NAME, AUTH, ANNO, COMT chunks | Rich tags in .m4a; a raw ADTS .aac carries none |
| Native playback | macOS, iOS, QuickTime, most desktop audio editors | iOS, Android, every major browser, car audio, smart speakers, streaming apps |
| Best for | Apple-side capture, editing, and archiving | Distribution, streaming, and playback anywhere |
It depends on what the AIFC actually contains, which is the whole point of the AIFF-C format. If the compression type is NONE or sowt — plain PCM, which is what modern Mac apps write — then AAC is a clean first-generation lossy encode from a lossless master, and at 192-256 kbps most listeners cannot distinguish it from the source. If the AIFC already holds μ-law, A-law, IMA ADPCM, or MACE, the audio was thinned once before you ever touched it; AAC will faithfully reproduce what is there but cannot rebuild what the earlier codec threw away, and a very high bitrate just wastes space on artifacts.
.aac file or an .m4a, and does it matter?This page produces .aac, which is normally an ADTS stream: a plain sequence of AAC frames with no container wrapped around them. It plays fine, but ADTS has no metadata layer, so title, artist, album, and cover art have nowhere to live. If you are building a music library or want tags and artwork to survive, use AIFC to M4A instead — .m4a is the same AAC audio inside an MP4 container, which is what iTunes, the Music app, and most players expect for tagged files.
Because AIFC is an Apple format with an uncommon extension and an unusual payload. QuickTime, the Music app, and Finder handle .aifc natively; many Windows players, most Android apps, and browser <audio> elements either do not register the extension or lack a decoder for the legacy compression types inside it — MACE 3:1 and 6:1 in particular are effectively dead outside classic Mac tooling. VLC and Audacity will usually open one on Windows. Converting to AAC removes the dependency entirely, since AAC decoding is built into every current phone, browser, and operating system.
AAC, in almost every case. It was designed as MP3's successor and generally achieves higher sound quality at the same bitrate, and it is the native audio format across iOS, Android, YouTube, and most streaming services. MP3 wins on one axis only: raw ubiquity on very old hardware, where some 2000s-era players, car decks, and embedded devices predate wide AAC support. If you know the file has to work on an old device, convert AIFC to MP3 instead.
Between five and eleven times smaller for a PCM source, depending on the bitrate you pick. Uncompressed 44.1 kHz 16-bit stereo audio runs about 10.6 MB per minute regardless of what is in it, so a three-minute track is about 31.8 MB as AIFC PCM. The same three minutes at 128 kbps AAC is about 2.9 MB, and at 256 kbps about 5.8 MB — that is simple arithmetic from the bitrate, since 128 kbps is 0.96 MB per minute. If the AIFC already used a compression type such as IMA ADPCM, the starting file is smaller and the savings are correspondingly less dramatic.
Only some of it, and not automatically from AIFC's chunk structure. AIFF-C stores names, authorship, annotations, and comments in NAME, AUTH, ANNO, and COMT chunks, plus instrument and marker chunks used by samplers. A raw ADTS .aac has no metadata layer at all, and even an .m4a carries only standard MP4 tags — loop points and sampler markers do not survive. If those markers matter, keep the original .aifc alongside the compressed copy, or stay lossless with AIFC to AIFF.
Both. Drop multiple files on the page and they run through identical settings, downloadable individually or as a single ZIP. For a single long recording, the Trim control takes a start time and a duration in plain seconds or as HH:MM:SS.sss, which is worth using before you upload a large PCM file — with AIFC PCM running about 10.6 MB per minute, upload time is usually the slowest part of the job, not the encode.
Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically a few hours later — no sign-up, no watermark, never shared or made public. If you would rather not compress at all, AIFC to AIFF gives you plain uncompressed PCM in a container that non-Apple editors accept, and AIFC to FLAC gives lossless compression that typically halves the size with no quality change.