Add your WAV file
Drop a File node onto the Brainy Canvas board and upload the source .wav recording you want to compress.
Compress an uncompressed WAV master into a portable, universally-playable MP3 that is a fraction of the size.
WAV stores raw linear PCM samples inside a RIFF container with no compression, so it is bit-perfect but bulky — roughly 10 MB per stereo minute at 16-bit/44.1 kHz. MP3 applies psychoacoustic lossy compression through the LAME encoder (libmp3lame), discarding frequency detail the ear is least likely to notice to reach roughly one-tenth the size. You convert WAV to MP3 when the recording is finished and you need a distribution copy: something small enough to email, stream, or load onto any device, player, or browser. The trade-off is irreversible — the discarded data cannot be reconstructed — so keep the original WAV as your archival master and treat the MP3 as a delivery format for the final mix.
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.
Drop a File node onto the Brainy Canvas board and upload the source .wav recording you want to compress.
Wire the File node into an Audio Converter node and select MP3 as the target; FFmpeg encodes it server-side with libmp3lame at a high bitrate.
When the sandbox finishes, download the finished .mp3 straight from the node — ready to share or publish.
Why convert
Side by side
| Attribute | WAV | MP3 |
|---|---|---|
| Compression | Uncompressed linear PCM (lossless) | Lossy psychoacoustic (libmp3lame) |
| Typical file size | ~10 MB per stereo minute | ~1 MB per stereo minute at ~192 kbps |
| Container / codec | RIFF container holding LPCM | MP3 bitstream (MPEG-1 Audio Layer III) |
| Bitrate model | Fixed by sample rate and bit depth | Selectable CBR or VBR, ~128–320 kbps |
| Quality ceiling | Bit-perfect original | Capped by lossy encoding, irreversible |
| Metadata | Limited RIFF INFO chunks | Full ID3v2 tag support |
Under the hood
FAQ
Built on the canvas - browse every converter or connect this step to more nodes.
Decode a compressed MP3 into uncompressed PCM WAV for editing, mastering, or software that requires raw audio.
Compress an uncompressed WAV into a bit-perfect FLAC that is roughly half the size with zero quality loss.
Turn a lossless FLAC archive into a compact, portable MP3 that streams and plays everywhere.
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.