Initializing... drag & drop files here
Supports: MP3
.mp3 tracks. Batch conversion is supported — drop a whole folder of stems and they all process together.HH:MM:SS.sss) to extract a segment. Click "Convert" and the .aif file downloads to your browser. No sign-up, no watermark, no audible re-encoding artifacts on top of the existing MP3.AIFF (Audio Interchange File Format) was created by Apple in 1988, based on Electronic Arts' Interchange File Format spec, and stores uncompressed PCM samples in big-endian byte order. The .aif and .aiff file extensions are identical — same bytes inside, just a 3-character vs 4-character extension carried over from DOS conventions. Converting a lossy MP3 to AIF doesn't recover the audio data MP3 already discarded, but it stops the bleeding: every subsequent edit, normalization, or render in your DAW writes to uncompressed PCM, so quality stays where it is instead of degrading further.
| Property | MP3 | AIF / AIFF |
|---|---|---|
| Year introduced | 1993 (ISO/IEC 11172-3) | 1988 (Apple, based on EA IFF) |
| Compression | Lossy, psychoacoustic | Uncompressed PCM |
| Default codec | MPEG-1/2 Audio Layer III | PCM signed 16-bit big-endian |
| Byte order | N/A (bitstream) | Big-endian (little-endian variant = AIFF-C sowt) |
| Typical bitrate | 128–320 kbps | ~1,411 kbps at 44.1 kHz / 16-bit stereo |
| File size (3-min stereo) | ~3 MB at 128 kbps | ~32 MB at 44.1 kHz / 16-bit |
| Editing tolerance | Quality drops each re-save | No generational loss |
| Native on macOS | Yes (playback) | Yes (playback + DAW asset) |
| Loop / musical-note metadata | No | Yes (chunked metadata) |
| Best for | Streaming, sharing, podcasts | CD masters, DAW assets, archival |
| Sample rate | Use case | Notes |
|---|---|---|
| 8000–16000 Hz | Telephony, voicemail samplers, retro hardware | Aliasing audible above ~4 kHz; only pick this if your target requires it |
| 22050 Hz | Older multimedia, vintage sampler patches | Half of CD rate; common in Akai S-series libraries |
| 32000 Hz | Broadcast (NICAM, DAB legacy) | Rarely needed for music work |
| 44100 Hz | CD-Audio (Red Book), music streaming masters | Default for music delivery; matches the source MP3 in most cases |
| 48000 Hz | Video post, broadcast, film, OTT delivery | Matches Final Cut, Premiere, and Logic video-sync sessions |
Upsampling an MP3 above its source rate does not add detail — it interpolates samples to a higher grid. Pick the rate your destination requires (a CD master needs 44.1; a Premiere video needs 48). If you need MP3 from the other direction later, AIF to MP3 closes the loop.
.aif and .aiff are byte-identical — both are the standard uncompressed PCM format Apple published in 1988. The 3-character .aif is a holdover from MS-DOS's 8.3 filename limit; modern macOS, Windows, and Linux all accept both extensions interchangeably. The compressed variant is .aifc (AIFF-C, 1991), which adds a codec field; AIFF-C with the sowt codec is little-endian PCM with no actual compression — useful when an app expects little-endian byte order. Our default output for .aif is true uncompressed PCM big-endian (pcm_s16be in FFmpeg terms).
No. MP3 is lossy — the encoder permanently discarded frequencies and stereo information it judged inaudible, and that data cannot be reconstructed by changing container formats. The AIF file will sound exactly like the source MP3, just larger. The benefit isn't recovery; it's preservation. Subsequent edits in a DAW, normalization passes, or fades stay in uncompressed PCM and don't compound MP3's artifacts. If you have access to the original master, convert that to AIF instead.
A 3-minute MP3 at 128 kbps is about 3 MB; the same audio as AIF at 44.1 kHz / 16-bit stereo is about 32 MB — roughly 10.1 MB per minute. The math: 44,100 samples/sec × 2 bytes/sample × 2 channels × 60 sec ≈ 10.6 MB per minute. There's no bitrate dropdown on this page because AIF stores raw samples — file size is fully determined by sample rate, bit depth, channel count, and duration. Choose 48000 Hz and you'll get ~11.5 MB/min; choose mono and the file roughly halves.
AIF/AIFF has no quality slider because it isn't compressed — there's nothing to tune. You're storing raw PCM samples directly. The only knobs that change file size are channel count (mono ≈ half of stereo), sample rate (48 kHz ≈ 9% more than 44.1 kHz), and bit depth (the default here is 16-bit). If you want a smaller lossless file from MP3, try MP3 to FLAC — FLAC compresses PCM losslessly, usually to 50–60% of AIF size, with bit-perfect decoding.
Yes. Logic Pro X / Logic Pro, Pro Tools (all current versions), Final Cut Pro, Premiere Pro, DaVinci Resolve, Cubase, and Ableton Live all import standard 16-bit big-endian AIFF without conversion. macOS Music (formerly iTunes), QuickTime, and the Finder Preview pane play it natively. On Windows, Windows Media Player added AIFF support years ago; VLC plays it on any platform.
Trim is built into the converter. Switch the Trim control to "Trim", set a Start Time and a Duration in seconds or HH:MM:SS.sss (e.g., start 0:01:30, duration 0:00:45 extracts a 45-second clip starting at 1:30). This is also a useful way to keep the AIF file small — a 30-second AIF excerpt at CD quality is ~5 MB instead of ~32 MB for a full 3-minute track. For more granular control, Trim MP3 lets you do that step in MP3 first.
MP3 ID3 tags don't carry across cleanly because AIFF uses its own chunked metadata system (NAME, AUTH, ANNO, INST chunks) rather than ID3. Basic track name and artist may carry over depending on the source MP3, but album art typically does not. If tag preservation matters (Serato, Rekordbox, Traktor crate metadata), keep the MP3 and convert only the audio when needed, or re-tag the AIFF in Mp3tag, Kid3, or your DAW's media browser after conversion.
Match the destination, not the source. The source MP3 is almost certainly 44.1 kHz (music streaming default), but the right output rate depends on where it's going: 44.1 kHz for CD burning or music streaming masters; 48 kHz for video editorial (Premiere, Final Cut, DaVinci) and broadcast deliverables. Resampling 44.1 → 48 is mathematically a non-integer ratio and a high-quality SRC algorithm matters; converting once at upload time is preferable to letting a DAW resample on every playback.
Conversion runs on our servers, not in the browser — the MP3 is uploaded, transcoded, and the resulting AIF is sent back. There's a per-file size limit shown on the upload widget for anonymous use; signed-in plans raise it. For very long tracks (a full album side as a single MP3), expect upload to dominate total time because AIF output is 10x the input size on the return trip.