M4A to WAV for Audacity. Skip the FFmpeg install.
Audacity hits you with "is an Advanced Audio Coding file" because it ships without the FFmpeg library. The fix everyone recommends: install FFmpeg, set the search path, restart Audacity. The faster fix: drop your .m4a here, get a WAV back, drag it into Audacity. No admin password, no install, no upload.
drop your M4A here
iPhone voice memos, AAC files, .m4a from anywhere. Batch supported.
The Audacity M4A error, explained
Audacity is open-source and the M4A/AAC codec is patent-encumbered. To stay clean of licensing, Audacity ships without AAC support and asks you to install the FFmpeg library separately. When you try to import an .m4a, you see one of these errors:
- "filename is an Advanced Audio Coding file."
- "Audacity did not recognize the type of the file 'filename.m4a'. Try installing FFmpeg."
- "To import this file, please install the optional FFmpeg library."
The official fix is to download FFmpeg from the Audacity FAQ, install it, point Audacity at the library in Preferences → Libraries. That's three steps that often fail (wrong build, blocked installer, library not found after install). Converting the M4A to WAV first is one step that always works.
Step-by-step
- Drop your .m4a file in the box above.
- Click Convert to WAV. (We default to lossless 16-bit PCM, same sample rate as the source.)
- Download the .wav.
- In Audacity: File → Import → Audio (or drag the WAV onto the track view). It opens instantly.
This also fixes
- iPhone Voice Memos in Audacity — voice memos are .m4a. Same error, same fix.
- AAC files from a podcast or audiobook — .aac extension behaves identically.
- Ringtones (.m4r) you want to edit — same AAC inside, .m4r extension. Convert to WAV, edit, re-export.
- Audio from an MP4 video — drop the .mp4 here, we'll extract and convert to WAV in one step. (For multi-format video, use our extract audio tool.)
Why Audacity refuses the file in the first place
Audacity can only import formats it holds a decoder for, and AAC — the audio inside almost every .m4a — is patent-encumbered in a way that kept it out of the default build for years. The functionality lives in the optional FFmpeg library, which is a separate download, matched to your exact Audacity version, installed to a path you then point Audacity at in Preferences → Libraries.
That is a genuinely fiddly process, and the usual failure is a version mismatch: an FFmpeg build for Audacity 2.x will not load in 3.x, and Audacity reports it as simply not found. Converting to WAV sidesteps the whole thing, which is why this page exists. If you import .m4a files constantly, installing the library is still the better long-term answer.
The error you probably saw
Audacity's wording has changed across versions, but it is one of a small set: "Audacity did not recognise the type of the file", "This version of Audacity was not compiled with support for...", or an import dialog that lists the file and then does nothing. All three mean the same thing — no decoder — and all three are fixed the same way.
Why 16-bit, and when to want 32-bit float
The output is 16-bit PCM at the source's own sample rate, which is the correct default for a voice memo or a downloaded track. The source is lossy AAC, so its effective noise floor is far above the point where extra bit depth carries information; a 24-bit file would be half again as large and identical in content.
Audacity will convert to 32-bit float on import anyway if that is your project default, and it works in that internally regardless. Bit depth matters when you are recording, not when you are importing something that has already been through a lossy encoder.
After the import
Export back to whatever you actually need rather than leaving the project as WAV — the file is roughly ten times the size of the .m4a and there is no reason to keep that once editing is finished. Audacity exports MP3 without any extra library (LAME has been bundled since 2.3.2), so File → Export → Export as MP3 works out of the box.
If it is only the trimming or the level you needed, you may not need Audacity at all: the cutter, the normalizer and the silence trimmer here do those jobs on the .m4a directly, with no import step and no conversion.
FAQ
Why won't Audacity open my M4A file?
Audacity ships without FFmpeg (the library that decodes AAC audio inside M4A). Without it, Audacity literally can't read the file format. The error message is usually "is an Advanced Audio Coding file" or "did not recognize the type of the file."
How do I convert M4A to WAV for Audacity without installing FFmpeg?
Drop the .m4a here, click Convert to WAV, drag the downloaded WAV into Audacity. The whole conversion runs in your browser — no FFmpeg, no admin password, no install.
Will the WAV be lossless?
The WAV file format itself is lossless uncompressed PCM. The original M4A was already lossy AAC, so the WAV won't sound better than the M4A — but Audacity can edit it, which is the whole point.
Why is the WAV file 10x bigger than the M4A?
WAV is uncompressed (about 10 MB per minute, stereo, 44.1 kHz). AAC inside M4A is compressed roughly 10–20x smaller. This is expected. You can delete the WAV once you've imported it into Audacity.
Will this work for iPhone voice memos?
Yes. iPhone Voice Memos are .m4a. Save the voice memo to Files (Share → Save to Files) or email it to yourself, drop it onto this page, get a WAV, drag into Audacity.
What about .m4r ringtones and .aac files?
Both are AAC audio in slightly different containers. This tool reads them too.
Should I just install FFmpeg in Audacity?
If you do this constantly, yes — the Audacity FAQ has install steps. If you do it once or twice, converting in your browser here is faster and avoids touching system libraries.
Does my file get uploaded?
No. The conversion runs in your browser tab. You can disconnect from the internet and the tool still works.