M4A to WAV Converter

Converting M4A to WAV decodes the AAC audio inside the MP4 container to raw PCM samples. Every DAW, plugin, and piece of audio hardware reads WAV natively, so this is the standard first step for editing M4A recordings.

audio_file

Drag & drop audio files here, or browse

Drop your M4A files here

What changes when you convert M4A to WAV

No audio change in either direction. The WAV contains exactly what the M4A decoded to. File size grows 10–15× because nothing is compressed anymore.

When to use this conversion

  • Loading voice memos, iPhone recordings, or audiobook M4A files into a DAW for editing
  • Feeding M4A audio to legacy hardware samplers or broadcast gear requiring WAV
  • Creating an uncompressed working copy for DSP work before re-exporting
  • Preparing audio for CD burning where red-book PCM is the target format

Where the output plays

WAV works on every audio device and every audio application ever built.

About these formats

M4A (MPEG-4 Audio)

M4A is an MPEG-4 container that almost always holds AAC audio (though it can hold ALAC too). The payload is identical to what's inside an .aac file; the difference is that M4A carries proper tags, chapter markers, and cover art. iTunes, Apple Music, and iOS write M4A by default.

WAV (Waveform Audio File Format)

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

How It Works

  1. Add your M4A files Drag M4A files onto the page, or click to pick them from your file browser. Batch uploads are fine.
  2. Choose WAV settings Pick bitrate or quality level for the WAV output. Defaults match common target use cases.
  3. Convert in your browser FFmpeg runs locally via WebAssembly. Nothing uploads. Progress shows per file so you know exactly what's happening.
  4. Download WAV files Grab each converted file individually, or download the whole batch as a single ZIP.

Features

Supported Formats

FAQ

Can I edit M4A files directly without converting to WAV?

Depends on your DAW. Logic, Pro Tools, Reaper, and Audacity all handle M4A natively. Older or more specialized tools may insist on WAV, hence this conversion.

Does WAV recover any audio detail?

No. M4A is lossy. The WAV stores whatever the AAC decoder produced, at the same perceived quality as the original M4A.

What is M4A (MPEG-4 Audio)?

M4A is an MPEG-4 container that almost always holds AAC audio (though it can hold ALAC too). The payload is identical to what's inside an .aac file; the difference is that M4A carries proper tags, chapter markers, and cover art. iTunes, Apple Music, and iOS write M4A by default.

What is WAV (Waveform Audio File Format)?

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

Are my files private?

Yes. The converter runs entirely in your browser using FFmpeg compiled to WebAssembly. Your audio files are never uploaded, never sent to a server, and never leave your device.

Is there a file size limit?

There's no hard limit, but because everything runs in your browser you're bounded by available memory. Files over about 2 GB total can get slow or hit browser memory limits. Process in smaller batches if you run into issues.