BrowserTools
Advertisement
Home / Audio / Audio Converter

Audio Converter

Convert audio between MP3, WAV, OGG/Opus, M4A/AAC and FLAC locally in your browser.

Loading Audio Converter… If nothing happens, please enable JavaScript.

An audio converter changes a sound file from one format to another, for example turning a bulky WAV recording into a compact MP3, or a lossy MP3 into a FLAC for archiving (though that cannot restore quality already lost). An audio file is a container plus a codec: the container (MP3, WAV, OGG, M4A, FLAC) is the wrapper, and the codec is the algorithm that compresses the sound. Converting re-encodes the audio stream, which is why it is real computation rather than a rename.

Frequently asked questions

Is my audio uploaded to a server?
No. Conversion runs entirely in your browser with a WebAssembly build of FFmpeg. The file is read locally and the result is returned as a download, never sent over the network.
Which formats can I convert between?
You can convert to MP3, M4A (AAC), OGG (Opus), WAV and FLAC. The converter accepts most common input formats FFmpeg can decode, including MP3, WAV, M4A, AAC, OGG, FLAC, WMA and more.
Does converting MP3 to FLAC or WAV improve the quality?
No. Once audio has been compressed with a lossy codec like MP3, the discarded detail is gone permanently. Converting it to a lossless format such as FLAC or WAV produces a larger file but the same audio quality. Lossless output is only worthwhile when the source is already lossless.
What is the difference between lossy and lossless?
Lossy formats (MP3, AAC, Opus) shrink files by permanently removing sound the encoder judges least audible, so they are small but cannot be restored to the original. Lossless formats (FLAC, WAV) preserve every sample exactly; FLAC compresses without any loss, while WAV is uncompressed.
Which format should I choose?
Use MP3 for maximum compatibility, M4A (AAC) for slightly better quality at the same size (especially on Apple devices), OGG/Opus for the smallest files and speech, WAV for editing, and FLAC for lossless archiving of music.
Is there a file size limit?
There is no hard limit, but the whole file is held in browser memory during conversion, so very large or very long files can exhaust available RAM, especially on phones. For most music and voice files this is not a concern.
Does it work offline?
Yes, once the page and the engine have loaded. The first conversion downloads the FFmpeg core (about 30 MB), after which it is cached and the tool works without an internet connection.
Why is conversion slower than a desktop program?
The tool uses the single-threaded WebAssembly build of FFmpeg so it stays compatible with ordinary web pages and keeps your data private. Single-threaded encoding is slower than a native multi-core app, but for typical audio files it is still quick.

About Audio Converter

This converter runs entirely inside your browser using a WebAssembly build of FFmpeg, the same engine behind most desktop and server audio tools. Your file is read from your device, processed locally, and handed back as a download. Nothing is ever uploaded, which makes it safe for voice notes, interviews, unreleased music or anything private.

The most common reason to convert is compatibility or size. MP3 plays on absolutely everything and is the safe default. M4A (AAC) gives slightly better quality at the same size and is the Apple-ecosystem standard. OGG with Opus is the most efficient lossy option, superb for speech and small files, though older players may not support it. WAV is uncompressed and lossless, ideal for editing, but large. FLAC is lossless and compressed, the right choice for archiving music without quality loss.

A key point about lossy formats: converting from a lossy source (like MP3) to a lossless one (like WAV or FLAC) does not improve quality. The detail discarded by the first compression is gone for good; you only get a larger file containing the same audio. Lossless formats are worth it only when your source is itself lossless. Because everything runs single-threaded in the browser to stay private and compatible, very long files use more memory and take longer than a desktop app.

How MP3 taught computers to throw sound away

The MP3 format, finalised in the early 1990s by a team at the Fraunhofer Institute, was built on a startling idea: you can delete a large part of an audio signal and most people will not notice. It relies on psychoacoustics, the study of how human hearing actually works. Our ears mask quiet sounds that occur near louder ones in frequency or time, so the encoder simply discards what it predicts you cannot hear, keeping the file small.

That insight reshaped music. MP3 made songs small enough to share over 1990s internet connections, fuelling the rise of file sharing, portable players and ultimately streaming. The famous test track used to tune the encoder was Suzanne Vega's a cappella song Tom's Diner, earning her the nickname the mother of the MP3, because its bare vocal exposed every flaw in the compression.

Modern codecs have refined the same psychoacoustic approach. AAC (used by Apple and YouTube) and Opus (used by most messaging and conferencing apps) achieve better quality at lower bitrates than MP3 ever could, adapting on the fly between music and speech. Yet MP3 endures, not because it is the best, but because it became the universal language of digital audio, supported by every device ever made.

Advertisement
Advertisement
Advertisement