How WAV to MP3 Conversion Works
AnyTool converts WAV to MP3 entirely in the browser with a self-hosted single-threaded ffmpeg.wasm engine (bundled core, no CDN). The uncompressed PCM in the WAV is encoded to MP3 with libmp3lame at a selectable bitrate (CBR -b:a or VBR -q:a), dramatically reducing file size for sharing and streaming, with optional sample-rate and channel control. Multiple files are queued sequentially through the single engine and can be downloaded together as a ZIP, and the file is never uploaded.
- Runs client-side — files are never uploaded
- Self-hosted ffmpeg core (bundled) — no CDN
- WAV encoded to MP3 with libmp3lame
- Adjustable bitrate (size vs quality)
- Batch convert with one-click ZIP download
- No size limit, daily cap or watermark
