Converts a bare .aac file to MP3. A raw AAC file is an ADTS stream with no container at all, which is exactly why so many players refuse to open it even though they support AAC perfectly well inside an MP4.
Why a .aac often will not play
If your goal is compatibility rather than MP3 specifically, converting to M4A wraps the same audio in a container with no re-encoding loss at all. That is the better conversion where it is an option.
How MP3 encoding works without a server
It is the same encoder desktop software has used for twenty years, producing standard files that play everywhere. Because it is fetched on demand, pages that convert to WAV or M4A never download it.
This is a second lossy compression
At the High setting, one generation is inaudible on ordinary material. It becomes audible when the source was already poor — a low-bitrate stream, a voice recording from a phone — or when the file has been through several conversions already.
Where you have a choice, convert once from the best source you have rather than from something already converted.
Other names for this
Also searched as “adts to mp3”, “convert aac to mp3”.
Questions
- Should I convert to MP3 or M4A?
- M4A if you only need it to play — that is a container change with no quality loss. MP3 if something specifically requires MP3.
- Why will nothing open my .aac?
- It has no container. Players that support AAC inside an MP4 often do not implement bare ADTS streams.
- Is my file uploaded?
- No. The demuxing, decoding and encoding all happen in this tab using the browser’s own media stack plus a WebAssembly encoder. A recording can be an interview, a lecture, a private call — none of it is transmitted. Turn your Wi-Fi off after the page loads and it still works.
- Can I convert several files at once?
- Yes. Drop as many as you like, or a whole folder. Each keeps its original name with the new extension, and you can download them individually or as a ZIP.