Add your FLAC file
Place a File node on the canvas and upload the lossless .flac you want to compress.
Turn a lossless FLAC archive into a compact, portable MP3 that streams and plays everywhere.
FLAC (Free Lossless Audio Codec) compresses audio without discarding any data — it typically squeezes a file to 50–60% of the original WAV size while remaining bit-perfect, so a decoded FLAC is identical to the source master. That fidelity makes FLAC ideal for archiving, but it is large and not supported by every device. MP3 trades away the lossless guarantee: libmp3lame applies psychoacoustic compression to reach roughly a tenth of the size, playable on essentially anything. Converting FLAC to MP3 is a lossless-to-lossy step — irreversible, because the encoder permanently removes detail. Keep the FLAC as your archival copy and use the MP3 as a lightweight distribution version for phones, streaming, and players that lack FLAC support.
Drop your file onto a Brainy Canvas board, connect the converter node, and download the result. New accounts get free starter credits — enough for roughly 100 audio conversions — with no card required.
Place a File node on the canvas and upload the lossless .flac you want to compress.
Connect the File node to an Audio Converter node and select MP3; FFmpeg decodes the FLAC and encodes with libmp3lame server-side.
When the sandbox finishes, download the .mp3 — a portable copy of your lossless source.
Why convert
Side by side
| Attribute | FLAC | MP3 |
|---|---|---|
| Compression | Lossless (FLAC codec) | Lossy psychoacoustic (libmp3lame) |
| Fidelity | Bit-perfect to the master | Detail permanently discarded |
| Typical file size | ~50–60% of WAV size | ~1 MB per stereo minute at ~192 kbps |
| Reversibility | Fully reversible to WAV | Irreversible — cannot restore FLAC quality |
| Device support | Limited on some players | Near-universal playback |
| Bit depth handling | Preserves 16- or 24-bit | Encoded from decoded PCM, no >16-bit benefit |
Under the hood
FAQ
Built on the canvas - browse every converter or connect this step to more nodes.
Compress an uncompressed WAV into a bit-perfect FLAC that is roughly half the size with zero quality loss.
Compress an uncompressed WAV master into a portable, universally-playable MP3 that is a fraction of the size.
Decode a compressed MP3 into uncompressed PCM WAV for editing, mastering, or software that requires raw audio.
Transcode an AAC-based M4A into a universally-compatible MP3 for players that do not support the MPEG-4 container.
Build your first agent-ready AI workflow in minutes — no credit card required.
The creative canvas for AI agents and people building visual AI workflows.