Convert WAV to M4A

Converting WAV to M4A puts your audio into the container Apple software and devices expect, encoded as AAC at about a tenth the size of the WAV. Drop a file above and it encodes inside your browser. M4A is a box rather than a codec, and the one written here holds AAC, not lossless ALAC.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. M4A cannot hold everything a WAV can.
  • File size limit Up to 100 MB per file, free, without an account.

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

M4A names the box, and this one holds AAC

The most common misunderstanding about this pair is that M4A is a quality level. It is not; it is Apple’s file extension for an MPEG-4 container carrying sound and no pictures. The same container can hold AAC, which throws audio away to get small, or ALAC, which does not. The extension alone tells you nothing about which.

This converter writes AAC. That is the right default because AAC is what Apple’s own ecosystem produces and what every application that asks for an M4A is expecting to find, and because a lossless M4A is a large file people usually did not mean to make. If lossless is genuinely what you are after, convert the WAV to FLAC instead and keep the M4A for delivery.

What Apple software does with a WAV, and why you are here

Apple applications will generally play a WAV and then behave oddly around it — it imports without tags, sorts badly, syncs as an unusually large item, and in a music library it looks like a mistake next to everything else. The friction is not that WAV is unsupported; it is that nothing in the ecosystem is designed around a 40 MB song with no artist field.

Converting to M4A resolves that in one step. The file lands at a size the rest of the library shares, carries the metadata fields the interface expects to populate, and behaves like every other item next to it. That is a workflow fix rather than an audio one, and it is the honest reason most people make this conversion.

How much better AAC is than MP3 at the same bitrate

AAC was standardised in 1997 as the deliberate successor to MP3, with a longer transform window, better handling of transients and no obligation to stay compatible with a 1993 decoder. The practical result is that AAC at a given bitrate sounds like MP3 at a somewhat higher one, and the advantage widens as the bitrate falls.

At 256 kbps the two are hard to separate on most material. At 128 kbps the difference is easy to hear on cymbals, applause and reverb tails, which are the sounds a codec finds hardest. If your WAV is speech, neither codec will struggle at any sensible setting and the choice is purely about what the destination accepts.

Choosing between the three quality bands

The control offers small, balanced and high rather than a number of kilobits, because the right number is different for every codec and nobody should have to know that AAC at 160 is roughly MP3 at 192. The band is resolved into a bitrate by the encoder itself.

Balanced is the correct answer for almost every WAV that is going into a music library, and the small setting is a reasonable one for speech — an interview or narration survives it intact. Take the high band when the M4A will be edited, re-encoded or used as a delivery master, because every additional encode after this one starts from whatever this one produced.

Encode once, from the WAV, not from a delivery copy

A WAV is a first encode, and that is the advantage you have here that most people converting to M4A do not. Every artefact in the result will have been introduced exactly once, by an encoder working from complete information.

The corollary is worth planning around. If you need an M4A for the library, an MP3 for a car and a small version for a website, make all three from this WAV rather than making the small one from the M4A. Each conversion between two lossy formats compounds what the previous one discarded, and the WAV is the only copy that still holds everything.

Speech, music and the mono question

A great many WAVs are stereo files carrying one microphone duplicated across both channels — the standard output of a phone, a conference tool or a single-source interview rig. Encoding that as stereo spends the bitrate saying the same thing twice.

AAC handles this better than older codecs do, because it stores what the channels have in common once rather than encoding two near-identical signals, so the waste is smaller than the arithmetic suggests. It is still waste. Where the source is genuinely one voice, the small band produces a file that sounds the same as the balanced one and is roughly half the size.

Where the AAC encoder comes from on your machine

Chrome, Edge and Safari expose an AAC encoder through WebCodecs, so on those browsers the conversion uses the same encoder the operating system already uses and downloads nothing extra. Firefox has no AAC encoder at all, and there a WebAssembly build is fetched the first time you convert to an AAC target.

That fallback is loaded per format pair rather than per page, which is why converting a WAV to FLAC on this site downloads none of it. It also means the first M4A conversion in a Firefox session is slower to start than the second, and nothing after that is.

The file ceiling, and what it means in minutes of WAV

Every file dropped here is capped at 100 MB, and WAV is the format most likely to meet that ceiling because its size follows only its length: 176,400 bytes a second at CD quality, about 10 MB a minute, regardless of content. That works out at a little under ten minutes of stereo per file.

It is a generous cap for a song and a tight one for a lecture. If the WAV is longer, split it in an editor before converting, or convert with a desktop tool — the limitation is the browser tab holding the whole file in memory, not a plan you can upgrade.

A hundred bounces in one drop

Drop a whole folder and each WAV becomes its own M4A, returned together as a ZIP, up to a hundred files at a time. Nothing is uploaded, so the batch waits in no queue and costs no bandwidth.

It does cost processor time, and AAC encoding is fast enough that a folder of songs finishes in the time it takes to read this. A folder of hour-long recordings is a different proposition, and those will be over the per-file ceiling anyway.

How to make an M4A out of a WAV

  1. Drop your WAV onto this page, or click to choose one. A folder at a time is fine.
  2. Pick a quality band, then let it encode to AAC inside your browser.
  3. Download the M4A, or take the batch as a ZIP.

WAV against M4A: raw samples against an AAC stream

WAV compared with M4A
WAVM4A
Full nameWaveform AudioMPEG-4 Audio
File extension.wav, .wave.m4a
Media typeaudio/wavaudio/mp4
CompressionUncompressedLossy — file size is bought with quality
First published19912004
Published byMicrosoftApple
SpecificationRIFF WAVE
LicensingPublished, not standardisedPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 65,535up to 48
Opens in a browserEvery browserEvery browser
Considered insteadFLAC, AIFFMP3, FLAC

What is lost

WAV defines up to 65535 audio channels and M4A up to 48. A surround mix is folded down rather than carried across.

What survives

document properties can cross over — both WAV and M4A have somewhere to store it.

Opening the result

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

The usual programs do not overlap: WAV opens in Audacity, Adobe Audition and Reaper, M4A in iTunes, VLC and FFmpeg — so whoever receives the result needs something from the second list.

What each format is for

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

WAV is Microsoft's format, published in 1991. It records 32 bits per channel.

M4A comes from Apple and dates from 2004. iTunes, VLC and FFmpeg all read it.

WAV to M4A: the Apple-side questions

Is the M4A lossless?

Not the one produced here. M4A is a container that can hold either AAC, which is lossy, or ALAC, which is lossless, and this converter writes AAC. If you need lossless, FLAC is the format to pick — it is the same idea as ALAC with far wider software support.

How much smaller than the WAV will it be?

Roughly a tenth at the balanced setting. A minute of CD-quality WAV is about 10 MB; the same minute as AAC around 192 kbps is about 1.4 MB, and at Apple-style 256 kbps about 1.9 MB. The saving comes from discarded audio, which is the whole bargain of a lossy format.

Why M4A rather than MP3?

AAC sounds better than MP3 at the same bitrate, and the gap is real at the lower end — 128 kbps AAC is a comfortable listen where 128 kbps MP3 is audibly compromised on cymbals and applause. Against that, MP3 plays on absolutely everything. Choose M4A when the destination is Apple software or anything made in the last fifteen years.

What is the difference between M4A and MP4?

The container is the same. Apple adopted .m4a for files that hold sound only, so that a double-click opens a music player rather than a video player. Renaming an .m4a to .mp4 produces a valid file, and it will open in the wrong application, which is exactly the annoyance the extension exists to prevent.

Will the title and cover art come across?

There is usually nothing to bring. WAV has only an optional INFO chunk that most recorders and editors never write, so the M4A generally arrives untagged. M4A does have proper fields for title, artist, album and artwork, so tag it once here and the tags travel with it afterwards.

Does the WAV get uploaded?

No. The encode happens in your browser using the machine’s own AAC encoder where there is one, and a downloaded WebAssembly encoder where there is not. The audio never reaches a server, there is no account, and you can convert up to a hundred files of 100 MB each in one drop.

More about these formats