How to convert M4A to MP3
M4A is the default audio format for iPhone Voice Memos, Apple Podcasts downloads, and most macOS recording apps. MP3 is more universal, but in 2026 a surprising number of tools accept M4A directly — including most browsers, audio editors, podcast apps, and transcription services. Here's when you actually need to convert, and the fastest free ways to do it.
You probably don't need to convert. M4A and MP3 use very similar audio quality. Modern apps that read MP3 almost always read M4A too. Specifically:
- Transcription: Mictoo accepts
.m4adirectly — just drop the file and get text. No conversion needed. - Audio editing: Audacity, GarageBand, Logic, Premiere, DaVinci Resolve all read M4A.
- Streaming/playback: Spotify, Apple Music, YouTube Music, every modern browser and OS plays M4A.
You only really need MP3 when the target app explicitly says "MP3 only" — some older car stereos, fitness equipment, basic voice recorders, or legacy software.
↑ Try transcribing the .m4a directly with MictooStill need MP3? Pick whichever method below fits your setup. All free.
Method 1 — Online converter
Drag, drop, download — usually under 10 seconds for a typical voice memo:
- CloudConvert — clean UI, supports big files.
- Convertio — fast, MP3 quality selectable.
- Online Audio Converter — fine-grained quality controls.
Privacy: online tools upload your file. Skip for confidential recordings — use a desktop method.
Method 2 — macOS (no install)
Music app: Drag the .m4a into Music, select it, then File → Convert → Create MP3 Version. The MP3 appears alongside the original.
QuickTime Player: Open the file → File → Export As → Audio Only. QuickTime exports as M4A by default, but pair it with VLC or Audacity below if you need MP3 specifically.
Method 3 — VLC (cross-platform)
VLC on Windows/macOS/Linux:
- Open VLC → Media → Convert / Save.
- Add the
.m4afile, click Convert / Save. - Choose profile
Audio - MP3. - Pick destination filename ending in
.mp3, click Start.
Method 4 — Command line (ffmpeg)
One line with ffmpeg:
ffmpeg -i input.m4a -acodec libmp3lame -ab 128k output.mp3For voice/transcription use -ab 64k -ac 1 for a 2–3× smaller file with no quality loss on speech.
Need a transcript?
Both M4A and MP3 work directly in Mictoo. Drop the file, get text with timestamps, SRT subtitles, and an AI summary — free, no signup.
↑ Transcribe audio to text freeRelated guides