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.)
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.