Initializing... drag & drop files here
Supports: M4A
M4A is a compressed audio container — usually AAC inside, sometimes Apple Lossless (ALAC). Apple uses it for iTunes / Apple Music tracks, iPhone Voice Memos, GarageBand exports, and AAC podcasts. WAV is uncompressed PCM audio — every sample stored verbatim. Common reasons to convert M4A → WAV:
| Property | M4A | WAV |
|---|---|---|
| Compression | Lossy (AAC) or lossless (ALAC) | Uncompressed PCM |
| Typical bitrate | 128-320 kbps | 1411 kbps (16-bit/44.1k stereo) — about 10× larger |
| Typical 4-min track size | 4-10 MB | 40-80 MB |
| Editing | Limited — most editors decode internally | Native — every editor reads PCM directly |
| Universal compatibility | iOS, macOS, Windows, modern Android | Every OS, every audio app since the 1990s |
| Quality after re-saves | Degrades each save | Bit-for-bit identical forever |
| Best for | Streaming, distribution, mobile listening | Editing, mastering, archiving, CD burning |
| PCM format | Quality | File size | Best for |
|---|---|---|---|
| 16-bit / 44.1 kHz stereo | CD quality | 10 MB/min | Music distribution, CD burning, general listening |
| 16-bit / 48 kHz stereo | Video-standard | 11 MB/min | Editing audio for video, podcast post |
| 24-bit / 48 kHz stereo | Pro studio | 17 MB/min | DAW work, mixing headroom |
| 24-bit / 96 kHz stereo | Mastering / archival | 33 MB/min | High-resolution masters, audiophile archives |
No — quality is capped by the source. M4A uses AAC compression (or sometimes ALAC), which already discards inaudible data during encoding. Converting to WAV unwraps the compressed audio into uncompressed PCM but cannot recover anything that AAC threw away. The benefit is preventing further quality loss during editing and ensuring compatibility with editors that don't handle M4A well.
For music listening or CD burning: 44.1 kHz / 16-bit stereo (CD quality, ~10 MB per minute). For video production: 48 kHz / 16- or 24-bit (matches video frame-aligned audio). For DAW work and mixing: 48 kHz / 24-bit gives extra headroom. Match the source rate when known — converting to a different rate involves resampling, which is generally fine but adds a small computation.
WAV stores every audio sample at full resolution; M4A discards perceptually-redundant data during AAC encoding. A 5 MB M4A track can become a 50 MB WAV — roughly 10× the size. This is normal and expected. WAV is meant for editing and archival, not for storage efficiency.
Yes — drop in entire albums, podcast archives, or Voice Memo dumps. Each file converts in parallel withon our servers and downloads individually or as a single ZIP. Settings can apply uniformly or be set per-file.
The compression artifacts are baked into the audio data — they survive the conversion. WAV is just a different container; the actual sample values are decoded from the AAC stream. If you hear "swirly" high-frequency artifacts in the M4A, they'll be present in the WAV too. WAV is for preventing future quality loss, not undoing past loss.
Yes. Use the trim section to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for cutting a clip out of a long iPhone Voice Memo or pulling a single track out of an album-side M4A.
Yes. ALAC inside M4A decodes to bit-identical PCM, so the WAV output is a true lossless conversion of the original. AAC inside M4A decodes to lossy PCM (faithful to the AAC, but not bit-identical to the pre-AAC source). XConvert detects which codec is inside automatically.
Some DAWs (older Pro Tools, certain Linux audio editors) lack AAC decoding. Others (Logic, Audition, Reaper, Audacity 3+) handle it but can show jittery waveforms or slow scrubbing because AAC is decoded on the fly. Pre-converting to WAV gives the DAW raw PCM, which scrolls smoothly and edits responsively.