Initializing... drag & drop files here
Supports: AIFC
An .aifc is Apple's AIFF-C container, introduced in July 1991 as the compression-capable version of AIFF (Apple, 1988). Most of the ones people want to shrink hold plain PCM, which means about 10.6 MB for every minute of 44.1 kHz 16-bit stereo — fine on a hard drive, painful in a chat window or on a web page. Opus is the opposite end of that trade: standardized by the IETF as RFC 6716 in September 2012, royalty-free, and built from Skype's SILK speech coder plus Xiph's CELT music coder. This guide covers the conversion itself, how to pick a bitrate that does not undersell your source, why the output sample rate may not match the input, and when Opus is the wrong destination.
.aifc onto the page or click "+ Add Files" to browse. Queue several files to run them through identical settings in one batch..opus file, individually or as a ZIP for a batch. No sign-up, no watermark.Opus scales from 6 kb/s to 510 kb/s, which is a wide enough range to make the choice feel arbitrary. It is not. Xiph publishes recommended settings by content type, and those numbers are lower than people coming from PCM or MP3 expect, because Opus is genuinely more efficient than the codecs most listeners calibrated their instincts on.
| What's in the AIFC | Opus bitrate | Xiph's reasoning |
|---|---|---|
| Voice memo, interview, lecture (set Audio Channel to MONO) | 28-40 kb/s | The published range for fullband mono speech — the SILK layer is designed for exactly this |
| Mono music or a single-instrument recording | 32-64 kb/s | Fullband mono music sits in this band |
| Stereo music for a web page, feed, or chat app | 64-96 kb/s | Xiph notes Opus has better quality than MP3, AAC, and Vorbis at these rates |
| Stereo music you want to keep and listen to properly | 96-128 kb/s | 128 kb/s VBR is described as "pretty much transparent" |
| Already-compressed AIFC (μ-law, A-law, IMA ADPCM, MACE) | Match the source, do not exceed it | Extra bits cannot rebuild what the earlier codec discarded |
The arithmetic makes the payoff obvious: a three-minute uncompressed stereo AIFC is about 31.8 MB, and the same three minutes at 96 kb/s Opus is about 2.2 MB. Push the rate up only if you can actually hear a difference — above the transparency point you are paying bytes for nothing.
.aifc opens on this page but not in my DAW." AIFF-C files carry a compression-type field that AIFF-only readers do not understand, which is why strict tools reject the file even when the audio inside is plain PCM. If you need the file locally rather than as Opus, convert AIFC to AIFF to get straight PCM instead..aifc (or a lossless copy) until the project is finished.Opus is a delivery codec, not a working format. If the AIFC is a 24-bit or floating-point master, or a recording you will still be editing, compressing it now bakes in a lossy generation before the work is done — keep the original and convert a copy at the end. Likewise, if your goal is long-term archiving rather than sharing, a lossy encode is the wrong tool at any bitrate: AIFC to FLAC compresses losslessly, typically to around half the size, with the samples recoverable bit-for-bit. And if the destination is an Apple-centric library where tags and album art matter, AIFC to M4A fits the ecosystem better than a bare .opus file will.
| Property | AIFC (AIFF-C) | Opus |
|---|---|---|
| Origin | Apple, July 1991 — the compressed variant of AIFF (1988) | RFC 6716, IETF, September 2012 |
| Licensing | Apple specification | Open and royalty-free |
| Payload | PCM (NONE), sowt, float, μ-law, A-law, IMA ADPCM, MACE | Lossy hybrid coding — SILK for speech, CELT for music |
| Bitrate | Fixed by sample rate, depth, and channels — 1,411 kbit/s for CD-quality stereo | 6 kb/s to 510 kb/s |
| Sample rates | Whatever the source used, commonly 44.1 or 48 kHz | 8 kHz narrowband to 48 kHz fullband internally |
| Channels | Typically mono or stereo | Mono and stereo, plus up to 255 channels via multistream frames |
| One minute of stereo music | About 10.6 MB as PCM | About 0.72 MB at 96 kb/s |
| Playback | macOS and iOS natively; inconsistent elsewhere | Chrome 33+, Firefox 15+, Edge 14+; Safari partial on desktop, full on iOS 18.4+ |
Some, always — Opus is a lossy codec. How much depends on the source. If the AIFC holds uncompressed PCM (compression type NONE or "sowt"), this is a clean first-generation encode from a lossless master, and Xiph describes 128 kb/s VBR stereo as effectively transparent. If the AIFC already used μ-law, A-law, IMA ADPCM, or MACE, you are stacking a second lossy generation on a first; the result can still sound fine, but pick a rate close to the source's effective quality rather than a large one, because extra bits cannot recover what the older codec removed.
Because Opus does not have a 44.1 kHz mode. The codec operates internally at 8, 12, 16, 24, and 48 kHz, so any 44.1 kHz input — every CD rip and most Mac exports — is resampled to 48 kHz during encoding. This is normal and is not something the Audio Sample Rate control can override with a 44.1 kHz output. It has no audible cost, but it does mean an Opus file is not a byte-level path back to a 44.1 kHz master.
Follow the content, not the file size. Xiph's published guidance puts fullband mono speech at 28-40 kb/s, mono music at 32-64 kb/s, stereo music for streaming at 64-96 kb/s, and stereo music for storage at 96-128 kb/s. For a voice memo, also set Audio Channel to MONO — a two-channel encode of a single-source recording spends bits describing the same thing twice. A 30-minute interview at 32 kb/s mono lands near 7 MB, versus roughly 320 MB as PCM AIFC.
The codec can: alongside mono and stereo, Opus supports up to 255 channels using multistream frames. In practice AIFF-C files are almost always mono or stereo, so the question rarely comes up. The Audio Channel control here offers "ORIGINAL" to follow the source layout, plus explicit "STEREO" and "MONO" if you want to force a downmix. Since browsers, phones, and messaging apps expect stereo, a stereo output is the safe default for anything you plan to share.
.opus file play on my phone, browser, and other devices?On current software, yes. Opus in the <audio> element is fully supported in Chrome from version 33, Firefox from 15, and Edge from 14, with Safari listed as partial on desktop and full on iOS from 18.4; Android has recognized the bare .opus extension since Android 10. Older dedicated hardware is where it breaks down — pre-Opus smart TVs, legacy car head units, and cheap standalone players. Where compatibility outweighs file size, convert AIFC to MP3, or AIFC to AAC for better efficiency with broad device support.
For everyday listening and sharing, yes; for an archive, no. Opus permanently discards data on every encode, no matter how high the bitrate, so an Opus file is a delivery copy rather than a master. The sensible pattern is to keep one lossless copy and generate compressed versions from it: AIFC to FLAC gives lossless compression at roughly half the PCM size, and AIFC to AIFF gives plain uncompressed PCM if a tool in your chain insists on it.
Because uncompressed PCM has a fixed cost per second. At 44.1 kHz, 16 bits, and two channels the data rate is 1,411 kbit/s — about 10.6 MB per minute — regardless of whether the recording is a full orchestra or someone counting to ten. AIFF-C's compression types (μ-law, A-law, IMA ADPCM, MACE) were the 1991 answer to that problem; Opus is the modern one, and it is dramatically better at it, which is why a 30 MB three-minute track becomes roughly 2.2 MB at 96 kb/s.
Your file is 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. Opus to AIFC exists if you need the round trip, but be clear about what it produces: a large PCM file rebuilt from lossy audio, with the discarded detail still missing and the sample rate coming back from 48 kHz. Keep the original .aifc if you may need the master again.