MP3 vs WAV for Audio Editing in a DAW
Compare MP3 and WAV for audio editing workflows. Learn which format works better in editors, DAWs, and production pipelines.
When editing audio in a DAW or video editor, the format you start from matters far more than the format you eventually export. Editing a compressed MP3 source produces noticeably worse results than editing a lossless WAV source — even though both can be "good enough" for playback. This guide explains exactly why and what to use when.
The TL;DR
Always edit from WAV (or another lossless format like FLAC or ALAC), never from MP3 if you have a choice. WAV preserves every sample of the original audio. MP3 has already discarded data — and every editing operation compounds the loss. For final delivery to listeners, MP3 is fine. For the editing pipeline itself, WAV is the right choice.
If you only have MP3 source files: still convert to WAV before editing in the DAW. You don't restore the lost data, but you avoid additional compression artifacts that would accumulate through the editing chain.
Why You Shouldn't Edit from MP3
MP3 is lossy compression. To shrink audio to 5-10× smaller files, it uses a psychoacoustic model to discard what the encoder estimates you won't notice. This works fine for playback but works badly for editing because the missing data matters when you apply DSP to the signal:
EQ amplifies missing frequencies. Boost the high end on an MP3 source and you amplify the artifacts MP3 added when it discarded high-frequency content. The result sounds harsher than the same EQ applied to a WAV source.
Compression and limiting reveal artifacts. Aggressive dynamic range compression brings up quiet content — including the compression noise and pre-echo artifacts MP3 introduced.
Time-stretching and pitch-shifting expose codec drift. These operations spread the source data across new time/frequency points. MP3 artifacts that were inaudible at original speed become audible after manipulation.
Re-encoding compounds loss. If you edit an MP3 and re-export as MP3, you've done MP3 encoding twice. After 3-5 generations of re-encoding, even casual listeners hear it.
WAV avoids all of this. Every plugin operates on full-resolution PCM data. Every export starts from the original master quality.
What Happens If You Must Edit an MP3
Sometimes you don't have a WAV source — only an MP3. In that case:
1. Convert the MP3 to WAV first. Use AudioUtils's MP3 to WAV converter or any equivalent. This doesn't restore lost data, but it converts to a lossless working format so subsequent edits don't compound compression.
2. Edit in WAV. Every plugin and operation works on the decoded PCM. Quality stays at the level of the source MP3 — no worse, but no better.
3. Export the final delivery as appropriate format. MP3 at 256-320 kbps for general distribution, AAC for streaming, WAV or FLAC if quality matters and the destination supports it.
The critical rule: only encode to MP3 once, at the very end. Don't edit MP3 directly. Don't intermediate-export MP3 mid-workflow.
Why WAV Is the DAW Default
Every professional DAW — Pro Tools, Logic, Ableton, Reaper, Cubase, FL Studio — defaults to WAV (or AIFF) for project audio storage. The reasons:
Zero decoding overhead. WAV is raw PCM. No decoder, no codec layer, no CPU cost. MP3 requires a decode step every time the DAW reads the file.
Instant scrubbing and seeking. Random access into uncompressed PCM is trivial.
Plugin compatibility. All audio plugins expect PCM input. WAV provides this natively.
Bit-perfect bouncing. Bouncing audio in WAV preserves the exact sample data through the export. MP3 bouncing introduces encoder choices and small loss.
Tool interop. Sending a WAV file from your DAW to a mastering engineer or another musician is a clean handoff.
When MP3 IS the Right Choice
MP3 is the wrong source for editing but the right format for many delivery contexts:
- Final podcast distribution to RSS feeds — MP3 at 96-192 kbps mono/stereo
- Music distribution to consumers — MP3 at 256-320 kbps (or AAC)
- Audio attachments in messaging apps — MP3 at 96-128 kbps for size
- Web audio playback — MP3 for broad browser compatibility
- Audio archive for casual listening — MP3 at 256 kbps balances quality and size
The pattern: edit in WAV, deliver in MP3. Never reverse this.
File Size: The Workflow Tradeoff
WAV files are 5-15× larger than MP3. For editing projects this matters less than people think:
- A 30-minute podcast session in WAV is ~300 MB. Modern disks handle this trivially.
- A multi-track music session (10 tracks × WAV) is ~3 GB for a 30-minute song. Still routine.
- A 100-hour podcast archive in WAV is 60 GB. Substantial — consider FLAC (half the size, lossless) for archive.
For working files: WAV is the right call. For long-term archive: FLAC saves space without quality loss.
What About FLAC, ALAC, and AIFF?
These three are all lossless formats — like WAV but with compression:
- WAV — uncompressed PCM. Universal compatibility. Zero decoding overhead. Larger files.
- FLAC — losslessly compressed PCM. ~50% of WAV size. Excellent metadata support.
- ALAC — Apple's lossless. Similar compression to FLAC. Native on Apple devices.
- AIFF — Apple's uncompressed PCM. Like WAV but Apple-flavored.
For editing in a DAW: WAV is the universal choice. FLAC works fine for archive. ALAC works fine in Apple environments.
For editing, any lossless format is fine. Avoid lossy formats (MP3, AAC, OGG, Opus) as source.
Concrete Workflow Recommendations
Recording a podcast: Record in WAV at 48 kHz / 16-bit. Edit in WAV. Export final episode as MP3 at 96-128 kbps mono (voice) or 192 kbps stereo (with music).
Mixing a song: Record stems in WAV at 48 kHz / 24-bit. Mix in WAV. Export master in WAV at 24-bit. Encode delivery copies as 320 kbps MP3 + 256 kbps AAC + lossless FLAC for distribution platforms.
Editing audio for video: Match video editor's project rate (usually 48 kHz). Use WAV for all audio assets. Export final track as WAV for the video render.
Importing a downloaded MP3 to edit: First, convert MP3 → WAV with AudioUtils. Then import the WAV into your DAW. Edit in WAV. Export final delivery in whatever format the destination requires.
Restoring an old MP3 recording: You cannot truly restore — the lost data is gone. But: convert to WAV, then apply restoration plugins without compounding compression loss.
Common Misconceptions
"WAV is too big for podcast editing." A 30-min WAV is 300 MB. Modern computers handle this easily.
"My MP3 source is high bitrate so editing is fine." Even 320 kbps MP3 has discarded data. The discarded data may not be audible at playback — but it can become audible after EQ, compression, time-stretching.
"Converting MP3 to WAV gives me back the quality." No. Conversion only changes the container — the underlying audio data is the same (lossy).
"All DAWs handle MP3 natively now, so it doesn't matter." Modern DAWs decode MP3 on import, but the underlying audio is still lossy.
"24-bit / 96 kHz WAV is necessary for editing." Helpful for heavy DSP processing or pitch manipulation. Not necessary for typical podcast/music editing — 16-bit / 44.1 or 48 kHz WAV is fine.
Summary
For editing in any DAW or video editor: use WAV (or FLAC/ALAC/AIFF — any lossless format). MP3 is the wrong source format because compression artifacts compound through every DSP operation and re-encoding step. Convert MP3 to WAV before editing if WAV source isn't available. Use MP3 only for final delivery to listeners, not for the editing pipeline.