What FLAC and MP3 actually are

FLAC (Free Lossless Audio Codec) compresses audio without throwing any information away — unzip it and you get back the exact studio-quality waveform, just in a smaller file than raw WAV. It's the default format for Bandcamp and most audiophile or independent music store downloads, and it's supported by high-end audio gear built for accuracy. MP3 takes the opposite approach: it's a lossy codec that strips out audio detail most listeners can't easily perceive, in exchange for much smaller files. That tradeoff made MP3 the default for podcasts, music downloads, and voice memos for decades, and it's still the single most universally supported audio format — virtually every phone, app, car stereo, and streaming upload tool can read it, no exceptions.

Why convert FLAC to MP3 at all

Be clear-eyed about this: converting FLAC to MP3 is a one-way downgrade in audio fidelity. You're trading the exact bits of a lossless file for a compressed approximation — you cannot get the lossless detail back afterward. So this isn't about improving quality, it's about compatibility. FLAC is rejected by most phones, many car stereos, and nearly every podcast or streaming upload tool, which only accept common lossy formats. If you need a file that plays everywhere without a second thought — an older device, a car head unit, a platform that flat-out won't accept FLAC — converting to MP3 is the practical fix. Keep your original FLAC as the archival copy, and treat the MP3 as a convenience copy for playback where FLAC doesn't work.

How this converter works in your browser

This tool runs ffmpeg.wasm — a full build of the FFmpeg audio engine compiled to WebAssembly — entirely inside your browser tab. When you drop in a FLAC file, nothing is uploaded to a server: the decoding and MP3 encoding both happen locally on your device, using your CPU, not ours. That means there's no account to create, no file size limit tied to an upload quota, no watermark stamped on the output, and no waiting on a server queue. It also means your music never leaves your machine, which matters if you'd rather not send purchased audio files to a third-party server just to change the file extension. Once conversion finishes, the MP3 downloads straight from the page.

The Bandcamp and audiophile-store use case

This conversion shows up constantly for one specific reason: Bandcamp, along with most audiophile and independent music stores, sells downloads as FLAC by default, because it's lossless and preserves everything the artist mastered. That's great if you listen on a computer or a modern phone with a FLAC-capable app. It's a problem if you don't — a lot of budget MP3 players, older iPods, and many car head units never added FLAC decoding at all, so a FLAC purchase just won't play on them. Converting to MP3 is often the only realistic way to actually listen to that album outside a computer or phone. You keep the FLAC as your permanent, high-quality copy, and carry an MP3 version for the device that can't read FLAC.

Choosing MP3 quality when converting from FLAC

Since you're already converting a lossless source, higher MP3 bitrates make the most sense — there's no point saving a few extra megabytes by dropping to a low bitrate when the source material was originally purchased in full quality. A higher bitrate keeps the MP3 closer to the FLAC's detail, at the cost of a somewhat larger file; a lower bitrate shrinks the file further but makes the lossy compression more audible, especially on complex, dense music. If storage or upload size is the constraint — say, a strict file-size limit on a device or platform — drop the bitrate. If the goal is just format compatibility with minimal audible loss, stay on the higher end.

Other ways to convert FLAC to MP3

A browser-based converter isn't the only option. Desktop audio editors and dedicated conversion apps can batch-convert FLAC libraries and offer more control over tags and metadata. The command-line FFmpeg tool (the same engine this page runs in WebAssembly form) can convert FLAC to MP3 with a single command if you're comfortable with a terminal, and it's a solid choice for converting large libraries at once. Some music library managers include built-in format conversion when importing files. The tradeoff with all of these is installation: they require downloading and setting up software first, whereas converting in the browser needs nothing installed and works the moment you open the page.