Initializing... drag & drop files here
Supports: OPUS
This walks through turning a .opus file — typically a voice message, a web-audio clip, or a WhatsApp/Discord voice note — into an AIFC (AIFF-C) file that legacy Mac and pro-audio tools will actually open. The reason this conversion exists is plain: a lot of desktop audio editors choke on the bare .opus extension but happily import anything in the AIFF family. The honest trade-off, covered below, is that the AIFC comes out much larger than the Opus without sounding any better — you are unlocking compatibility, not gaining fidelity.
.opus file onto the page, or click "+ Add Files" to browse. You can queue several voice notes or clips and convert them all with the same settings..aifc file individually or as a ZIP. No sign-up, no watermark.Opus is a modern lossy codec — standardized by the IETF as RFC 6716 in September 2012, combining the SILK speech engine with the CELT music engine, and scaling from 6 kbps up to 510 kbps. A one-minute voice note might be only a few hundred kilobytes because Opus has already thrown away the inaudible parts of the signal during recording. AIFC, by contrast, is Apple's 1991 extension of AIFF that can hold compressed data but, the way this converter writes it, stores plain uncompressed PCM.
Decoding Opus to PCM-in-AIFC adds no new generation of loss — the decoder reconstructs the waveform Opus describes, faithfully. What it cannot do is rebuild detail the original Opus encode already discarded. So you end up with a file that is many times larger (uncompressed 16-bit stereo PCM runs around 1.4 Mbps regardless of source) but carries exactly the quality the Opus already had. That is the deal:
.opus until you install the separate FFmpeg library, and some DAWs and samplers never added Opus at all. Converting to a PCM .aifc sidesteps the missing decoder entirely.AIFC makes sense for one specific situation: an older Mac, a classic Logic/Pro Tools-era session, or a hardware sampler that accepts AIFF-family files but rejects .opus. If that is not your case, a plain WAV is usually the better target — it is the de-facto interchange format for nearly every audio editor on any platform, so OPUS to WAV is the more common editing route. If you only need the recording to play somewhere — a phone, a car stereo, a generic media player — convert to OPUS to MP3 for near-universal compatibility instead.
The conversion itself can fail if the .opus file is corrupted or only partially downloaded, since the stream won't decode cleanly; re-download the original rather than fight a broken file. And if you later need to go the other way — squeezing an AIFC back down into an efficient web-ready file — use the reverse tool, AIFC to OPUS.
Because many desktop audio editors can't read .opus out of the box. Audacity, for example, refuses Opus files until you install the separate FFmpeg Import/Export library, and some older DAWs and samplers never added Opus support at all. AIFC is part of the long-established AIFF family that virtually every Mac and pro-audio tool imports natively, so converting gets your voice note or clip into the editor without chasing down codecs.
No, and that is an honest limit rather than a tool flaw. Opus is lossy, so it has already discarded inaudible detail during recording. Decoding it to uncompressed PCM inside an AIFC reproduces that audio faithfully but cannot rebuild what was thrown away. You get a file that is much larger — PCM is uncompressed — carrying exactly the quality the Opus already had, which is precisely what you want for editing: a clean, lossless working copy.
Because this converter writes uncompressed PCM into the AIFC by default. Opus is highly compressed (a one-minute voice note can be a few hundred kilobytes), whereas 16-bit stereo PCM runs around 1.4 Mbps no matter where the audio came from. The size jump is the cost of an uncompressed, editor-friendly format. If you would rather keep things small, convert to a lossy format like OPUS to MP3 instead.
Leave it on PCM 16-bit Big Endian for the widest editor compatibility — it is the most universally readable AIFC payload and what most tools expect. Choose PCM A-law or mu-law only if you are feeding a telephony or legacy speech application that specifically wants those; they roughly halve the data rate but reduce dynamic range. In our testing, a one-minute mono Opus voice note (about 480 kB) decoded to a 16-bit PCM AIFC of roughly 5 MB — larger, but bit-for-bit ready for editing.
Not reliably. AIFC is an Apple format, well supported on macOS, iOS, and professional audio software, but many smartphones, Windows media players, and web players don't decode it. If you need the recording to play broadly rather than to edit it, convert to OPUS to WAV or MP3, which are far more widely playable, and reserve AIFC for the specific Mac or pro-audio tool that asks for an AIFF-family file.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.