WAV to MP3 Converter
Choose a WAV, set the MP3 bitrate and encode a compact file in this tab. The source stays local and the page shows the output estimate before conversion.
Open a WAV file
· or drop one anywhere on the stage
Ready. Choose a WAV file, or drop one on the stage.
A WAV is read as PCM, and 24-bit samples are scaled by 2^23 into the encoder rather than truncated. The output is a constant bitrate MP3 at the bitrate you choose, which is a lossy encode of what came in.
The From control is a mode, not a guess: the first bytes of the file are read and checked against it, so a file that was renamed is refused with what it actually is. An MP4 has its audio tracks listed before anything is extracted and its video is never decoded. Changing the sample rate resamples by linear interpolation, and changing the channel count averages a stereo pair down or copies a mono channel to both sides. The ceilings are 50 MB and 10 minutes, because the whole track is held as 32-bit samples in the memory of this tab before a single output byte is written.
Common questions
- Which bitrate should I choose?
- 192 kbps is a practical default; use 256 or 320 kbps when preserving more detail matters, and 96 or 128 kbps for smaller speech files.
- Does the original WAV leave my device?
- No. Reading, encoding and downloading happen locally.
Files are decoded and re-encoded in your browser, so nothing is uploaded. Converting cannot restore detail a lossy file already lost: MP3 to WAV makes a larger file, not a better one. Which formats can be decoded depends on your browser, and this page checks the file's actual bytes and its codec before starting rather than trusting the extension.