# Convert MP3 to WAV

Convert MP3 to WAV right in your browser — free, private, nothing is uploaded. Get a lossless file any editor opens — no further quality loss.

MP3 is the most widely supported audio format there is — a lossy codec that shrinks audio to a fraction of its uncompressed size and plays on virtually anything with a speaker.

WAV stores raw, uncompressed PCM samples — the audio equivalent of a bitmap. Files are huge, but every editor, DAW and operating system opens them without a second thought.

Converting MP3 to WAV is about compatibility rather than quality: some editors, DAWs and pipelines simply insist on WAV. You get a file they open natively — but the audio can never get better than the MP3 you start from.

## Run it

- **Web (WAV preselected):** https://gizza.ai/tools/audio-convert/?format=wav
- **CLI:** `gizza tool audio-convert 'url=https://example.com/input.mp3' 'format=wav'`
- **Parent tool docs:** https://gizza.ai/tools/audio-convert/index.md
