Convert MP3 to AIFF

Converting MP3 to AIFF produces the uncompressed file Mac audio tools and CD-authoring software expect — seven to ten times the size and, to be clear, exactly the same sound. Drop the file above and it is decoded and rewrapped inside your browser. AIFF preserves what the MP3 left; nothing restores what it removed.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. AIFF cannot hold everything an MP3 can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing The file becomes much larger without becoming better. AIFF stores every sample it is given, but what the original compression discarded is already gone.

Up to 100 files at once. Mixed formats are fine.

AIFF preserves what is left, which is not the same as restoring

MP3 compression works by deleting parts of a recording that a model of human hearing says will not be missed. Those parts are not stored compactly somewhere in the file; they are gone. AIFF then does the opposite job perfectly — it stores every sample it is given, without compression, exactly as handed over.

Put together, the result is a large file containing precisely the audio the MP3 contained. That is a useful thing to have when something downstream demands uncompressed PCM, and it is not an improvement by any measure. If the recording exists somewhere in better shape, that copy is what belongs in the session.

Why a Mac workflow asks for AIFF and not for the MP3

AIFF is Apple’s uncompressed format, from 1988, and Mac audio tooling grew up assuming it: Logic and the sampler formats that preceded it, CD-authoring applications, and studio house standards written when those tools were the only ones. Current Logic will import an MP3 perfectly well, so the requirement usually comes from somewhere else — a template, a delivery specification, or a piece of hardware.

Hardware is the least negotiable of those. Samplers, groove boxes and older studio gear implement PCM and nothing else, because a decoder is firmware somebody would have to write and maintain. When a device says AIFF, converting is the whole answer and there is no argument to be had with it.

Seven to ten times the size, with the arithmetic

Uncompressed CD-quality stereo costs 176,400 bytes a second — about 10 MB a minute — whether the minute is an orchestra or silence, because every sample is written out as a plain number. An MP3 at 192 kbps costs 1.44 MB a minute and one at 128 kbps costs 0.96.

So the multiplier is set by the source bitrate: roughly seven times from a 192 kbps file and about ten from a 128 kbps one. A four-minute track goes from around 5.8 MB to about 42 MB. There is no setting that changes this, because AIFF performs no compression at all — which is the entire reason anything asks for it.

The file contains a format chunk, a sound chunk and nothing else

An AIFF is a series of chunks, and the one produced here holds exactly two: COMM, which states the channel count, the frame count, the bit depth and the sample rate, and SSND, which holds the samples. Nothing else is written.

That means every ID3 tag on the MP3 — title, artist, album, year, artwork, comments — is absent from the result, and no later step can recover it from the AIFF. For a file going into a Logic session, a sampler slot or a CD-authoring timeline this is entirely correct and nobody will notice. For anything destined for a music library, note the metadata somewhere before converting.

The sample rate is carried over, which matters for CD authoring

An audio CD is 16-bit stereo at 44,100 Hz, and nothing else. The conversion here keeps the sample rate the MP3 had and writes 16-bit PCM, so a 44,100 Hz MP3 produces exactly the file an authoring tool wants.

A 48,000 Hz MP3 — normal for audio pulled out of a video — produces a 48,000 Hz AIFF, and the authoring tool then has to resample it or will decline the file. Nothing on this page resamples for you. Check the source before converting a whole disc’s worth of tracks, because a mixed set of rates is the version of this problem that appears at the burn stage.

Sixteen bits is not a loss when the source is an MP3

The PCM written here is 16 bits per sample. On a lossless source that would be a decision worth examining, since a 24-bit master has depth that 16 bits cannot hold. On an MP3 it is not a decision at all: the source has no additional depth to preserve, and padding to 24 bits would produce a larger file with no more information in it.

Sixteen bits at 44,100 Hz is also what most of the destinations for this conversion actually specify — CD authoring, sampler slots, delivery standards. If a session is running at 24-bit, the AIFF will sit in it as a 16-bit file and behave normally; the session depth is about the mix, not about every source in it.

The encoder padding becomes ordinary audio

MP3 encoders work in fixed blocks and add a short run of silence at each end of the recording to fill the last one — usually a few dozen milliseconds. Players that read the encoder’s padding information trim it; an uncompressed file has no such information, so the silence becomes part of the samples.

For a track dropped into a timeline this is invisible. For anything cut to a precise length or meant to loop — a sampler hit, a one-shot, a bar of a loop — it is the first thing to check, because the file no longer starts where the recording does. Trim it in an editor after converting; the AIFF preserves the padding as faithfully as it preserves everything else.

AIFF or WAV for the same job

Both hold identical uncompressed PCM and neither has an audio advantage; they disagree about byte order and the shape of the header, nothing more. If a specification names one, use that one. If nothing does, the tiebreaker is where the file is going.

AIFF is the safer choice inside a Mac-only workflow and for anything handed to a studio that asked in those terms. WAV is the safer choice the moment a Windows machine, a web tool, a transcription service or a game engine is involved. What is not worth doing is producing both and keeping both, because each copy is another 10 MB a minute of the same audio.

The ten-minute ceiling, and a hundred files a drop

Files are capped at 100 MB each. That cap applies to what is dropped, and an MP3 is small enough that it will rarely matter — but the AIFF being assembled from it is around 10 MB a minute, so a long recording turns into a great deal of memory inside a browser tab.

For songs, hits, stems and prompts this is comfortable, and a hundred can be converted in one drop and taken as a ZIP. For a concert recording or a long interview, split it in an editor first. Nothing is uploaded at any point, so the constraint is the tab’s memory rather than an allowance anyone could raise.

How to turn an MP3 into an AIFF

  1. Drop your MP3 files onto this page, or click to choose them.
  2. Each is decoded and rewritten as big-endian PCM with an AIFF header, in your browser.
  3. Download the AIFF, or take the batch together as a ZIP.

MP3 against AIFF: a compressed stream against raw samples

MP3 compared with AIFF
MP3AIFF
Full nameMPEG Audio Layer IIIAudio Interchange File Format
File extension.mp3.aiff, .aif
Media typeaudio/mpegaudio/aiff
CompressionLossy — file size is bought with qualityUncompressed
First published19931988
Published byFraunhofer IISApple
SpecificationISO/IEC 11172-3
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 2up to 8
Opens in a browserEvery browserSome browsers
Considered insteadAAC, OPUS, FLACWAV, FLAC

What is lost

AIFF has nowhere to put ID3 tags — artist, album, track number and cover art, so that goes no further than the MP3. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

What the target format adds

AIFF is a working format and MP3 is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

Only some browsers read AIFF. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

AIFF is a container rather than a single format. What actually plays is the codec inside it — usually PCM — which is why two files with the same extension can behave differently on the same device.

Audacity reads both MP3 and AIFF, so there is a way to check the result against the original without a second tool.

File size and quality

The result is larger than the original and no better. MP3 has already discarded detail, and AIFF stores what is left without discarding more — it prevents further loss rather than undoing the first one.

What each format is for

The two are aimed at different work: MP3 at handing a finished file over, phones and streaming, AIFF at editing and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

MP3 is Fraunhofer IIS's format, published in 1993. The specification is ISO/IEC 11172-3, and it is worth reading if the file has to outlive the tool that wrote it.

AIFF comes from Apple and dates from 1988. Logic Pro, Audacity and Adobe Audition all read it.

MP3 to AIFF: questions from a Mac session

Will the AIFF sound better than the MP3?

No. AIFF stores every sample it is handed without compressing it, and the samples it is handed are whatever survived the MP3 encoding. The file becomes seven to ten times larger and sounds exactly the same. The reason to make it is that a program or a specification wants uncompressed audio, never that the audio improves.

How much larger will the file be?

Seven to ten times, depending on the MP3’s bitrate. Uncompressed CD-quality stereo costs about 10 MB a minute regardless of content; a 192 kbps MP3 costs 1.44 and a 128 kbps one 0.96. A four-minute track of 5.8 MB becomes about 42 MB.

Do the ID3 tags come across?

No. The AIFF written here contains a format chunk and a sound chunk and nothing else, so the title, artist, album and any embedded artwork are absent. That is fine for a file going into a session or a sampler and a real loss for anything going into a library.

Can I burn an audio CD from this?

Usually, with one thing to check. Audio CDs are 16-bit stereo at 44,100 Hz, which is what this conversion produces for a 44,100 Hz source. If the MP3 is 48,000 Hz — common for audio taken from video — the AIFF will be too, and your authoring tool has to resample it or will refuse. Nothing here resamples for you.

What bit depth do I get?

16-bit, at the sample rate of the MP3. That is the correct depth for CD authoring and for most sampler and delivery requirements, and it is not a limitation worth worrying about here — an MP3 source has no additional depth to preserve in the first place.

Is the file sent anywhere?

No. The MP3 is decoded by the browser’s own decoder and the AIFF header assembled in the tab with arithmetic rather than a codec. Files are capped at 100 MB each, which for an AIFF output means roughly ten minutes of audio, and a hundred can be dropped at once.

More about these formats