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 open-source projects expect. By the end you will know which codec belongs inside the container, what bitrate keeps the encode clean, and how to sidestep the handful of things that go wrong when Mac-side audio 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 output encodes Vorbis by default; the Audio Codec list 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 the best one available: a real .aif is uncompressed linear PCM — the Mac counterpart to WAV — so the encoder gets a clean lossless input with no earlier compression to fight. Everything you decide in steps 2 and 3 determines how much of that quality survives, and how small the file gets.
.ogg..opus file players recognise on sight. Xiph's published listening tests put Opus ahead of libvorbis at both 64 kb/s and 96 kb/s..aif. For a smaller archive with nothing discarded, use AIF to FLAC rather than any lossy Ogg setting.| Material | Variable Bitrate setting | Why |
|---|---|---|
| Voice memos, narration, dialogue | 64K–96K | Speech has little high-frequency content to preserve; mono halves it again |
| Short game sound effects, UI clicks | 96K–128K | Brief sounds hide artifacts well, and hundreds of them add up fast |
| General music | 128K–192K | The comfortable zone for stereo material from a lossless source |
| Dense or complex mixes | 224K–320K | Applause, massed strings, and layered electronic music benefit from headroom |
| Anything you will edit again | Do not use Vorbis | Keep the AIF, or make a FLAC copy that stays bit-exact |
.ogg File Plays| Player or platform | Ogg Vorbis playback |
|---|---|
| Chrome, Firefox, Edge | Yes — long-standing native support in the HTML5 audio element |
| Safari (macOS) | Full support from version 18.4; partial in 14.1 through 18.3 |
| iOS Safari | From version 18.4 |
| Apple Music app / older iTunes | No — needs a third-party player such as VLC |
| VLC, foobar2000, and most desktop players | Yes |
| Godot | Yes — documented as one of three supported import formats |
| Overall browser share | About 95% of tracked browsers |
.ogg as a library format at all. Install VLC, or convert to AIF to MP3 for guaranteed Apple playback.If your .aif is corrupted, truncated mid-recording, or is actually an .aifc (AIFF-C) file carrying an unusual compressed payload, the encode may fail or come out wrong. Plain AIFF is always uncompressed PCM; AIFF-C is the variant that permits compression, and a few of its older payloads decode badly. Route the file through AIF to WAV first to normalise it into clean PCM, then convert that WAV to OGG. For DRM-protected audio no converter can help — the protection has to be cleared at the source.
Vorbis for compatibility, Opus for efficiency. Godot's documentation lists Ogg Vorbis among its three native import formats and recommends it for music, speech, and long sound effects, and plenty of other tooling assumes Vorbis the moment it sees an .ogg extension. Opus is the stronger codec at low bitrates — Xiph's own listening tests show it beating libvorbis at 64 kb/s and 96 kb/s — but fewer importers accept Ogg Opus. Keep Audio Codec on Vorbis unless you have confirmed the target reads Opus, in which case AIF to Opus gives you smaller files.
Some, and permanently, because Vorbis and Opus are both lossy. The saving grace is the source: a real .aif is an uncompressed PCM master, so this is a clean first-generation encode with no inherited artifacts to compound. At 160K–192K, Vorbis is transparent to most listeners on music from a lossless source. Since the loss is irreversible, treat the AIF as your editing master and the .ogg as the delivery copy.
That is its main attraction. Xiph.Org publishes Vorbis as an open specification and describes it as "fully open, non-proprietary, patent-and-royalty-free", which is exactly why it became the default compressed audio format across open-source software and many indie and studio game pipelines. The bitstream format was frozen on 8 May 2000, so every file encoded since remains compatible with later releases. As with any codec, that royalty-free status is the maintainer's position rather than a court ruling, but Vorbis has been shipped commercially without licence fees for more than two decades.
Pick by content, not by habit. Xiph specifies Vorbis at 16–128 kbps per channel, and the Variable Bitrate list here runs 48K to 384K. For a music master, 160K–192K preserves the mix cleanly; 96K–128K is ample for speech, narration, and game dialogue. Because the AIF source is uncompressed rather than already-lossy, a moderate bitrate goes further than it would when re-encoding an MP3.
.aif the same as .aiff?Yes — identical bytes, two spellings. Apple defined AIFF in 1988, and .aif dates from systems that limited extensions to three characters. Both are accepted here and produce the same .ogg. If your file uses the longer spelling, AIFF to OGG is the same conversion, and the reverse trip is OGG to AIF — though that rebuilds the container, not the detail Vorbis discarded.
The arithmetic is fixed on the input side, which makes this easy to plan. Uncompressed 16-bit / 44.1 kHz stereo PCM is exactly 1,411 kbps — about 10 MB per minute — while Vorbis at 192K is roughly 1.4 MB per minute and at 128K roughly 0.9 MB. So a three-minute AIF of about 30 MB lands near 4.3 MB at 192K. Vorbis is variable by nature, so quiet passages cost less and busy ones more, and the finished file sits close to that figure rather than exactly on it.
For daily use, game assets, and the web, Vorbis is excellent; for archiving, no. It is lossy, so even a perfect encode drops data that cannot be recovered. If these recordings are masters you want at full fidelity, keep the uncompressed .aif, or make a lossless-compressed copy with AIF to FLAC — roughly half the size with zero quality loss. The usual workflow is one lossless copy for safekeeping plus Ogg files for everything else.
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. On a large batch of uncompressed AIF files, the upload itself is normally the slow part, so trimming to the section you actually need before converting is the quickest way to speed the job up.