Initializing... drag & drop files here
Supports: AIF, AIFF
This walks you through turning an Apple .aif master into an .ogg file — the open, royalty-free format that game engines, Linux media players, and patent-averse open-source projects expect. By the end you will know which codec to pick, what bitrate keeps the encode clean, and how to avoid the few things that go wrong when a Mac-side recording crosses into the Ogg world.
.aif or .aiff file onto the page, or click "+ Add Files" to browse. Queue several at once and they all run with the same settings..ogg target defaults to Vorbis; the Audio Codec dropdown also offers Opus, FLAC, and Speex. Leave it on Vorbis for game engines and legacy Ogg tooling..ogg file individually or as a ZIP. No sign-up, no watermark.The starting point here is ideal: a real .aif is uncompressed linear PCM — the Mac counterpart to WAV — so this is a clean first-generation encode. A lossless master goes straight into the codec with no inherited compression artifacts to stack on. The output is still lossy, so the choices you make in step 2 and 3 decide how transparent it stays.
.ogg audio extension exists to serve, and the one those toolchains are most likely to decode..aif. For a lossless-compressed archive at about half the size with zero quality loss, use AIF to FLAC instead of a lossy Ogg.If your .aif is corrupted, truncated mid-recording, or actually an .aifc (AIFF-C) file with an unusual compressed payload, the encode may fail or sound wrong. Plain AIFF is always uncompressed PCM; AIFF-C is the variant that adds optional compression, and a few exotic AIFF-C codecs decode poorly. In that case, route the file through AIF to WAV first to normalize it into clean PCM, then convert the WAV to OGG. For DRM-locked audio, no converter can help — the protection has to be removed at the source.
For maximum compatibility, Vorbis — it is the codec the .ogg audio extension was built around, and the one most game engines decode out of the box. Godot's documentation lists Ogg Vorbis as one of its three native import formats (alongside WAV and MP3) and recommends it for music and longer sound effects; Unity imports Vorbis as well. Opus is technically the better codec at low bitrates and is what Xiph.Org has recommended since 2013, but some engine importers still expect Vorbis specifically. Keep the Audio Codec dropdown on Vorbis unless you have confirmed your target accepts Opus, in which case AIF to Opus gives you smaller files.
Some, because Vorbis (and Opus) are lossy and permanently discard data the AIF held. But the starting point is the best possible: a real .aif is an uncompressed PCM master, so this is a clean first-generation encode with no inherited artifacts from an earlier compression to stack on top of. At 160-192 kbps Vorbis sounds transparent to most listeners on music. Because the loss is irreversible, keep the AIF as your editing master and treat the .ogg as a delivery copy.
That is its main draw. Vorbis is published as an open specification by the Xiph.Org Foundation and distributed royalty-free; Xiph states it conducted a patent search supporting that claim, which is why Vorbis became a default audio format for open-source software and many indie and AAA game pipelines. The bitstream format was frozen in May 2000 and the stable 1.0 reference software shipped on July 19, 2002. As with any codec, the patent-free claim is Xiph's position rather than a courtroom guarantee, but in practice Vorbis has been used commercially without licensing fees for over two decades.
Pick by content. Vorbis spans roughly 45-500 kbps; for a music master, 160-192 kbps preserves the mix cleanly, while 96-128 kbps is fine for speech, narration, or game dialogue. Because the AIF source is uncompressed rather than already-lossy, you are not fighting inherited artifacts — a moderate bitrate goes a long way. In our testing, a 3-minute uncompressed stereo AIF (about 31 MB of PCM) encoded to 192 kbps Vorbis produced a file of roughly 4.4 MB that was hard to tell from the source in normal listening.
For everyday use, game assets, and the web, Vorbis is excellent. For a true archive, no: it is lossy, so even a perfect encode drops data that cannot be restored. If these recordings are masters you want at full fidelity, hold onto the uncompressed .aif, or make a lossless-compressed copy with AIF to FLAC, which is roughly half the size of AIF with zero quality loss. A good workflow is one lossless copy for safekeeping plus Ogg files for daily use. If you ever need to rebuild the Apple container, OGG to AIF does the reverse — though it restores the format, not the detail Vorbis discarded.
Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically a few hours after conversion — never shared, never made public, with no sign-up and no watermark. The only real limit on a large batch is upload time, not a per-file size cap.