- Does converting MP3 to WAV make it sound better?
- No, and no converter can. MP3 is a lossy format: when the MP3 was made, the encoder threw away the parts of the sound it judged you wouldn't miss, and that detail is gone for good. Converting to WAV writes out exactly what the MP3 decodes to, with no further loss — so the WAV sounds identical to the MP3, not better. What you gain is compatibility and a safe editing format. Every time you edit and re-export an MP3 as MP3, it loses a little more; if you convert to WAV first, edit, and export once at the end, you only pay that cost one time.
- Why is the WAV so much bigger than the MP3?
- A WAV stores every sample uncompressed. CD-quality stereo is 44,100 samples per second × 16 bits × 2 channels = 1,411 kbps, while a typical MP3 is 128–320 kbps. So a 192 kbps MP3 becomes a WAV about 7.4 times larger, and a 128 kbps MP3 about 11 times larger. In round numbers, 16-bit stereo WAV takes about 10 MB per minute at 44.1 kHz, 24-bit about 15 MB, and 32-bit float about 20 MB. A 4-minute song at 16-bit comes out around 40 MB. The tool shows the estimate before you convert.
- Should I pick 16-bit, 24-bit, or 32-bit float?
- Pick 16-bit unless something asks for more. It's the CD standard and every player, editor, and device reads it. Choose 24-bit when a DAW, video editor, or delivery spec requires it — it won't sound different, because the MP3 has no extra detail to fill the extra bits with. Choose 32-bit float if you plan to process the audio. Decoding an MP3 often produces peaks slightly above full scale; 16-bit and 24-bit have to clip those, while 32-bit float keeps them, so you can turn the level down in your editor without the distortion baked in. The catch: some older players and hardware can't open float WAVs.
- Is my MP3 uploaded anywhere?
- No. The conversion runs inside your browser tab. The page reads the MP3 from your disk, decodes it with your browser's built-in audio decoder, and writes the WAV on your device. You can open your browser's network tab while it runs and see that the file isn't sent anywhere. That's also why there's no upload wait or queue.
- When do I actually need a WAV instead of an MP3?
- When the software or hardware on the other end won't take MP3, or when you're about to edit. Common cases: burning an audio CD, loading samples into a hardware sampler or drum machine, importing into DAWs and video editors that prefer uncompressed audio, game engines and apps that play WAV sound effects, broadcast and radio playout systems, and speech or transcription tools that ask for WAV input. If you just want to listen, keep the MP3 — it sounds the same and takes a tenth of the space.
- Does it keep the sample rate, channels, and tags?
- Sample rate and channels carry over exactly: a 44.1 kHz stereo MP3 becomes a 44.1 kHz stereo WAV, and a 22.05 kHz mono voice memo stays 22.05 kHz mono. Nothing is resampled, because resampling can only change the audio, not improve it. Tags like title, artist, and cover art are not copied — WAV has very limited tag support and many apps ignore it — so rename or tag the WAV in your music library if you need them.
- Why is there a split second of silence at the start of the WAV?
- Almost every MP3 starts with a few hundredths of a second of padding the encoder adds before the real audio — part of how the format works. Players that support gapless playback hide it; a plain decode keeps it. This tool writes exactly what your browser's decoder outputs, so you may see about 25–50 milliseconds of silence at the very start. For music and speech it's inaudible. If you're lining up samples to the millisecond, trim the start in your editor.
- What's the biggest MP3 I can convert?
- Up to 1 GB and 3 hours per file, with the finished WAV capped at 2 GB because it's held in your browser until you download it. A 3-hour stereo MP3 at 48 kHz makes a 1.9 GB 16-bit WAV, so 16-bit always fits; on very long files 24-bit and 32-bit float can pass the cap, and the tool tells you before you start. Browsers without streaming MP3 decoding have to decode the whole file at once, so there the limit is 30 minutes. On phones, long files are slower and closing other tabs helps.