Initializing... drag & drop files here
Supports: OGA
This walk-through is for anyone who needs Ogg audio inside a Mac-centric or pro-audio tool — Logic Pro, GarageBand, an older DAW, a hardware sampler, a broadcast playout system — that imports uncompressed AIFF but will not open a .oga. One honesty note before you start: OGA is normally lossy, so decoding it into uncompressed AIFF gives you a much larger file, not a better-sounding one. What you gain is a stable, uncompressed working copy you can cut and process repeatedly without stacking new encode generations on top of the old ones. Below: which of the four codec choices to pick, exactly how big the result will be, and the three ways this conversion trips people up.
.oga onto the page or click "Add Files" to browse. Queue several and they all convert with the same settings..aiff. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. No sign-up, no watermark.There is no bitrate or quality control on this page, and that is correct rather than a gap: AIFF stores raw samples, so the only things you can change are the sample format, the channel count and the sample rate. The Audio Codec dropdown offers four sample formats, and the choice quietly decides whether you get a plain AIFF or its AIFF-C cousin.
The original AIFF specification, dated 4 January 1989, defines a FORM file whose type is AIFF and which holds only uncompressed big-endian PCM. AIFF-C, published on 26 August 1991, changed that type to AIFC, added an FVER chunk, and introduced compression identifiers — including sowt for byte-swapped (little-endian) PCM and ulaw/alaw for the ITU-T G.711 formats. So anything other than big-endian PCM is by definition an AIFF-C feature, and choosing it writes an AIFF-C file even though the extension still reads .aiff.
| Audio Codec | What it writes | File type produced | Pick it when |
|---|---|---|---|
| PCM 16-bit Big Endian (the default) | Uncompressed 16-bit samples, CD sample format | Plain AIFF (FORM type AIFF) |
Almost always — maximum compatibility with Logic, samplers and legacy editors |
| PCM 16-bit Little Endian | Byte-swapped PCM, the sowt type |
AIFF-C (FORM type AIFC) |
A specific tool asks for Intel-order / sowt AIFF |
| PCM A-law | 8-bit G.711 A-law, roughly half the data | AIFF-C | A European telephony or legacy speech system requires it |
| PCM mu-law | 8-bit G.711 µ-law, roughly half the data | AIFF-C | A North American telephony or legacy speech system requires it |
The practical rule: if you are preparing samples, stems or edit sources, leave it on PCM 16-bit Big Endian. A-law and µ-law halve the file but drop to 8-bit companded audio with a much narrower dynamic range — a bad trade for anything musical.
Uncompressed PCM has a fixed data rate, so the size is pure arithmetic — it does not depend on how complex the music is:
| Output settings | Data rate | Per minute | Per hour |
|---|---|---|---|
| 16-bit, 44.1 kHz, stereo (CD standard) | 1,411 kbps | ~10.1 MB | ~605 MB |
| 16-bit, 44.1 kHz, mono | 706 kbps | ~5.1 MB | ~303 MB |
| 16-bit, 48 kHz, stereo | 1,536 kbps | ~11.0 MB | ~659 MB |
| 8-bit µ-law or A-law, 44.1 kHz, stereo | 706 kbps | ~5.1 MB | ~303 MB |
A typical Vorbis .oga, for comparison |
~128 kbps | ~1.0 MB | ~58 MB |
A tenfold jump from source to output is normal and expected. Those extra bytes are uncompressed samples, not recovered detail.
AIFF form type that old importers accept.AIFF is the right target only when something specifically needs uncompressed PCM. If your goal is playback on phones, car stereos or the web, this is the wrong direction entirely — OGA to MP3 gives you a small file that plays nearly everywhere. If you want uncompressed PCM but your tools are Windows-based or cross-platform, OGA to WAV writes the little-endian RIFF equivalent, which is the safer default outside the Apple world. And if the .oga happens to carry FLAC rather than Vorbis, you already have a lossless master — OGA to FLAC keeps it lossless at roughly half the size of AIFF. Going the other way, back to a compact open file, is handled by AIFF to OGA.
No, and any tool that implies otherwise is wrong. A .oga almost always carries Vorbis or Opus, both lossy codecs that permanently discarded detail when the file was made. Decoding that into uncompressed AIFF stores what remains without further loss, but it cannot reconstruct what was thrown away. The AIFF sounds the same as the OGA and is roughly ten times larger. What you actually gain is a working copy you can edit, fade and re-export repeatedly without triggering a fresh lossy encode each time.
Because AIFF has no bitrate to set. It stores linear PCM samples, so its data rate falls out of three numbers you can control — bit depth, sample rate and channel count — rather than from a compression setting. That is why the File Compression section, which appears on lossy targets like MP3 or AAC, is not shown here at all. The only levers are Audio Codec, Audio Channel, Audio Sample Rate and Trim.
The Audio Codec control opens on PCM 16-bit Big Endian — 16-bit linear samples in the byte order AIFF was defined around, which is the CD sample format and what Logic Pro, GarageBand and hardware samplers expect. With Audio Sample Rate left on Original, no resampling happens: a 44.1 kHz stereo OGA becomes a 44.1 kHz stereo AIFF. There is no 24-bit option here, and there would be no point in one — padding 16-bit source samples out to 24 bits adds bytes without adding information.
They are close cousins that sound identical: both store the same linear PCM. AIFF is built on Electronic Arts' IFF chunk structure and is big-endian; WAV is built on Microsoft's RIFF structure and is little-endian. Every serious audio application reads both. Pick AIFF when you are working in Logic, GarageBand or another Apple-centric tool, or feeding a sampler that historically expected it; pick OGA to WAV when your chain is Windows-based or you want the safest cross-platform default.
.aiff and .aif are the same format — the three-letter spelling survives from the old DOS 8.3 filename limit, and both hold the same big-endian PCM in IFF chunks. Our OGA to AIF page produces the identical audio under the shorter extension. .aifc is different: it is AIFF-C, the 1991 revision whose FORM type is AIFC and which can carry compressed or byte-swapped payloads. If a tool specifically asks for AIFF-C, use OGA to AIFC.
Usually not. Voice notes from messaging apps are typically low-bitrate Opus, and expanding a 30 kbps voice stream into 1,411 kbps PCM inflates the file enormously while adding nothing. AIFF is worth it only if you are going to edit that recording in a DAW. If you just want the audio to play or be filed away, OGA to MP3 at 64-96 kbps mono is a far better fit.
Yes — use the Trim control, which takes a start time and a duration in either plain seconds (12.5) or HH:MM:SS.sss form. That is usually better than converting a long recording and cutting it afterwards, because it keeps the upload and the resulting PCM file small. Watch the Duration box: it opens at 10, so if you enable Trim and forget to change it, you get exactly ten seconds of audio.
Your OGA is uploaded over an encrypted connection, decoded and re-written as AIFF on our servers, and both the upload and the finished file are deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public. Because AIFF output is roughly ten times the size of the source, the practical constraint on long recordings is download size and transfer time rather than the conversion itself. Other targets from the same source are listed on the OGA converter hub.