How to convert AAC to MP3
AAC (Advanced Audio Coding) is the default format for iPhone voice memos, Android voice recorders, and audio inside MP4 video. MP3 is more universal and works with every player, editor, and transcription tool. Below — three free ways to convert, plus a quick note on whether you actually need to.
Before you convert: if your goal is transcription, Mictoo accepts most AAC files directly — including .aac files inside MP4 containers (iPhone Voice Memos, share-sheet exports, most Android recorders). Try uploading first; you only need to convert if it rejects the file.
Method 1 — Online converter (no install)
Fastest if your file is under ~200 MB. Drop it in a browser, get MP3 back in a few seconds. All of these work without registration:
- CloudConvert — clean UI, supports batch.
- Convertio — fast, allows MP3 quality selection.
- Online Audio Converter — lets you pick mono/64 kbps for transcription.
Privacy tip: online converters upload your file to their servers. For sensitive recordings (medical, legal, business calls), use a desktop method below.
Method 2 — Desktop apps (offline)
macOS — QuickTime + iMovie
QuickTime can open AAC files. Use File → Export As → Audio Only and choose MP3 in the dialog. Built into every Mac.
Windows / macOS / Linux — Audacity (free)
Open the AAC file in Audacity, then File → Export → Export as MP3. Choose mono and 64–96 kbps if the audio is voice.
Cross-platform — VLC
VLC can convert via Media → Convert / Save. Add the .aac, pick the profileAudio - MP3, choose destination, click Start.
Method 3 — Command line (ffmpeg)
One line if you have ffmpeg installed:
ffmpeg -i input.aac -acodec libmp3lame -ab 128k output.mp3For voice/transcription, drop to -ab 64k -ac 1 for a 2–3× smaller file with no accuracy loss.
Got your MP3?
Drop it into Mictoo to get a free transcript with timestamps, SRT subtitles, and an AI summary. No signup needed.
↑ Transcribe MP3 to text freeRelated guides