M4A to MP3

M4A to MP3 Converter — Fastest Free

QUICK ANSWER

The fastest free M4A to MP3 converter. M4A is Apple's AAC-in-MP4 container — what iPhone Voice Memos, GarageBand, and iTunes save as. MP3 is universal. Native ffmpeg on our server re-encodes at LAME VBR ~192 kbps for near-lossless quality with maximum compatibility. No signup, no watermark.

  • Native ffmpeg pipeline
  • LAME VBR ~192 kbps
  • Voice Memos, GarageBand, iTunes
  • No watermark, no signup
  • Up to 500 MB

Files are deleted from our server within 24 hours.

Clipy

Still converting files by hand?

4,000+ people record and share with Clipy — free forever, no watermark.

  • Record straight to a shareable MP4
  • Send a link, not a 100 MB attachment
  • Agent-readable links: AI summary, key moments, transcript
  • Free forever — no watermark, no install
Yes, record & share free

No credit card. Viewers never need an account.

Why this tool exists

  • Files upload to the nearest Backblaze B2 POP via presigned URL.
  • Native ffmpeg LAME re-encode on the server. No watermark, no signup.
  • Source and output are deleted within 24 hours.
150+ conversions and counting
Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark.

How it works

  1. 1

    Drop your M4A onto the tool

    Click the dropzone or drag any .m4a file in — Voice Memos, QuickTime audio recordings, GarageBand exports, DRM-free iTunes tracks, and AAC podcast enclosures all work. Files up to 500 MB are supported.

  2. 2

    Click Convert to MP3

    The file uploads to the nearest Backblaze B2 point of presence via a presigned URL, ffmpeg decodes the AAC stream out of the MP4 container, and the LAME encoder re-encodes it at VBR quality 2 (~192 kbps). AAC and MP3 are different codecs — a re-encode is mandatory, there is no stream-copy path.

  3. 3

    Download your MP3

    Hit Download. The output keeps the original audio length and sample rate; at ~192 kbps VBR a typical minute of audio comes out around 1.4 MB. The MP3 plays on every car stereo, every old phone, every podcast host, every browser.

Why this is fast

Native server ffmpeg is roughly 4–8x the throughput of in-browser WASM ffmpeg for the same job, because it runs with real SIMD, threading, and disk I/O instead of the browser shim. Uploads land at the nearest Backblaze B2 point of presence via a presigned URL (a viewer in Tokyo is not pushing bytes through US-east), the encode runs server-side, and the finished MP3 is delivered through Bunny CDN from the same edge. A typical Voice Memo finishes in well under a second of CPU time.

What this tool does, exactly

We run ffmpeg -i input.m4a -vn -c:a libmp3lame -q:a 2 -f mp3 output.mp3 — drop any video stream (M4A never has one but the flag is defensive), decode the AAC track, and re-encode with LAME at VBR quality 2 (~192 kbps). VBR allocates more bits to complex passages and fewer to silence, so the bitrate is allowed to float while average quality stays high. The output is a standard MP3 with no metadata surprises, which means every player — from a 2005 car stereo to a podcast host's ingest pipeline — reads it cleanly.

Why M4A and MP3 are not the same thing

M4A is Apple's preferred audio format: AAC-encoded audio inside an MP4 container. AAC and MP3 are entirely different codecs — there is no lossless stream copy between them. AAC is slightly more efficient than MP3 at the same bitrate, but MP3 plays absolutely everywhere — every car stereo, every old phone, every basic MP3 player, every podcast host. The trade is intentional: a small efficiency hit in exchange for near-universal playback compatibility. At ~192 kbps VBR the re-encoding step adds no perceptible quality loss for speech, podcasts, or most music.

Sister tools

Have any audio file, not just M4A? MP3 converter accepts WAV, FLAC, OGG, AAC, WMA, AIFF, and more. Pulling audio out of a video? MP4 to MP3 converter and video to audio converter both strip the video track and write MP3. Need to trim the MP3 down? MP3 cutter. Make it smaller for email or Discord? Compress audio. Recording fresh audio in a browser? Voice recorder captures straight to MP3.

Common questions

Does converting M4A to MP3 reduce audio quality?

In practice, no — at LAME VBR quality 2 (~192 kbps) the re-encoding is perceptually transparent for speech and most music. The only scenario where a difference is detectable is an audiophile-grade blind A/B test. If your source M4A was already low-quality (a 64 kbps Voice Memo), the output will match that quality faithfully, not magically improve it.

Why does this need to re-encode? Can it just copy the audio?

No. AAC (the codec inside M4A) and MP3 are different compression formats. There is no stream-copy path between them — the audio must be decoded from AAC and re-encoded as MP3. This is different from, say, remuxing an MP4 to MKV, where the codec does not change.

My M4A is from iPhone Voice Memos — will this work?

Yes. Voice Memos exports standard M4A (AAC inside an MP4 container). AirDrop the file to your Mac or email it to yourself, drop it in here, and click Convert. Up to 500 MB per file — a multi-hour Voice Memo fits inside that comfortably.

Can I convert iTunes-purchased songs?

Only if the file is DRM-free. Apple dropped FairPlay DRM from music purchases in 2009, so anything bought after that converts normally. Older protected M4P files are a separate format and will not open in this tool.

What is the biggest file I can convert?

Up to 500 MB. A typical Voice Memo or GarageBand export sits well inside that — even a multi-hour podcast at AAC bitrates rarely exceeds 200 MB. For larger archives, a desktop ffmpeg install handles them in one command: ffmpeg -i input.m4a -q:a 2 output.mp3.

Can I do a batch conversion of multiple M4A files?

Not yet — one file at a time on this page. For batch conversion, the desktop ffmpeg command above runs in a shell loop. We are tracking demand for a multi-file mode in the public tool.

What happens to my file after the conversion?

The M4A uploads to the nearest Backblaze B2 point of presence via a presigned URL, native ffmpeg runs the LAME VBR re-encode on our server, the MP3 is delivered through Bunny CDN, and both files are deleted within 24 hours. No signup, no watermark.

Tool not working the way you expect?

Tell us what broke — we resolve every feedback within 24 hours.

Send feedback →

More free tools