Initializing... drag & drop files here
Supports: OGG
.ogg is Xiph.Org's open container, and the audio inside it is almost always Vorbis — a lossy codec that PC games, Linux desktops and Wikimedia use heavily but that Logic Pro, Pro Tools and most hardware samplers never learned to import. AIFF is the opposite kind of format: Apple's 1988 uncompressed PCM container, the file every Mac audio tool has opened for nearly forty years.
Converting between them is a decode, not an upgrade. Vorbis threw data away when the .ogg was first encoded, and AIFF stores the decoded result sample-for-sample without adding anything back. What you gain is a file your editor accepts and can save repeatedly without a second generation of lossy loss. What you pay is size — roughly ten megabytes per stereo minute at CD resolution.
| Property | Value |
|---|---|
| Container | Ogg, Xiph.Org (IETF RFC 3533) |
| Codec / payload | Vorbis I — lossy, MDCT-based transform coding |
| Reference release | Vorbis 1.0 reference implementation, 2002 |
| Licence | Royalty-free, no patent licensing required |
| Typical bitrate | ~45–500 kbit/s depending on the quality setting used at encode time |
| Channels | Mono, stereo and multichannel |
| Metadata | Vorbis comments (title, artist, album, arbitrary fields) |
| Native browser support | Chrome 4+, Firefox 3.5+, Edge 17+, Opera 11.5+; not Safari |
| Best for | Game audio, streaming, download size |
| Property | Value |
|---|---|
| Standard | Audio Interchange File Format, Apple, 1988 — built on Electronic Arts' IFF 85 chunk structure |
| Container | FORM chunk holding COMM (format) and SSND (sample data) |
| Codec / payload | Linear PCM, uncompressed |
| Byte order | Big-endian — the defining difference from WAV's little-endian PCM |
| Extension | AIFF-C / AIFC (Apple, 1991) adds an FVER chunk and a compression-type field, so the same container can carry A-law, mu-law or little-endian PCM |
| Bit depth on this page | 16-bit (A-law and mu-law are 8-bit logarithmic codings) |
| Metadata | NAME, AUTH, ANNO and (c) text chunks; ID3 is a later convention, not part of the 1988 spec |
| Size, 44.1 kHz stereo 16-bit | 176,400 bytes per second — about 10.6 MB per minute |
| Best for | DAW editing on macOS, sampler libraries, uncompressed masters |
.ogg onto the page or click "Add Files" to browse. Several files can be queued and converted with the same settings in one batch..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, quality-preset or file-size control on this page, and that is correct rather than missing: AIFF stores raw samples, so its size is fixed by duration, sample rate, bit depth and channel count. The only levers you have are the three in step 3.
No. Vorbis is a lossy transform codec: at encode time it discarded detail it judged inaudible, and that decision is permanent. AIFF stores whatever it is handed with no further loss, so the AIFF is a faithful record of the current state of the audio — not a recovered version of the original recording. Convert for compatibility and for a stable editing master, never for fidelity. If you still have the pre-Vorbis source, encode that to AIFF instead.
PCM 16-bit Big Endian, which is the option already selected. Big-endian linear PCM is what the 1988 AIFF specification defines, and it is stored with the NONE compression type — meaning uncompressed. The other three entries produce AIFF-C files: PCM 16-bit Little Endian is the sowt variant (byte-swapped PCM, widely readable on macOS), and A-law and mu-law are the two G.711 telephony codings, which halve the data by storing one logarithmic byte per sample instead of two linear ones. Only pick those if a specific tool or telephony system asked for them.
Because AIFF does not compress. At 44.1 kHz, 16-bit, stereo, every second of audio is 44,100 samples × 2 bytes × 2 channels = 176,400 bytes, so a minute is about 10.6 MB regardless of what the music sounds like. A Vorbis .ogg at a typical quality setting spends a small fraction of that. The multiple you see depends entirely on the bitrate the OGG was encoded at — a 128 kbit/s source expands about eleven-fold, a 320 kbit/s source about four-fold.
They carry identical audio; the difference is byte order and ecosystem. AIFF is big-endian and the traditional Apple format — Logic Pro's own default export. WAV is little-endian and the safer choice for anything crossing to Windows, for broadcast delivery, or for a collaborator whose toolchain you do not control. If you are staying inside macOS audio apps, AIFF is fine; otherwise OGG to WAV is the more portable target. Neither is "better sounding".
Do not count on them. Vorbis comments are a free-form key/value system with no fixed vocabulary, while the 1988 AIFF specification defines only a handful of text chunks — NAME, AUTH, ANNO and copyright. There is no standard slot for album, track number or embedded artwork, and applications that do write those into AIFF are using later, inconsistent conventions. If tag fidelity matters more than an uncompressed container, OGG to M4A or OGG to FLAC keeps metadata far more reliably.
Whatever the session already runs at, so your editor does not have to resample on import. Leaving Audio Sample Rate on Original is the right answer when you do not know — it preserves the source exactly, and Vorbis files are commonly 44,100 or 48,000 Hz already. Set it explicitly only to match a session (44100 Hz for music projects, 48000 Hz for video work). Raising the rate above the source adds bytes without adding information; there is nothing above the original sample rate to capture.
AIFF inherits IFF's 32-bit chunk-size fields, so a single file has a hard ceiling in the low gigabytes — the same architectural limit WAV has, and one that only very long uncompressed recordings approach. Nothing on this page is likely to reach it; the more realistic constraint is upload and download time for a long source, since an uncompressed result has to come back down as well. If you only need a section, set a start time and a duration under Trim before converting.
It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. Files are never shared or made public, there is no sign-up and no watermark is added. Note that the Trim duration field starts at 10 seconds, so if you switch Trim on and leave the duration untouched you will get a ten-second AIFF — set it to the length you actually want, or leave Trim off to convert the whole track.