# Convert OGG to WAV

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

OGG (Vorbis) is a free, open lossy format with very good quality per byte — a favourite in games, open-source software and projects that want to avoid patent-encumbered codecs.

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 OGG 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 OGG 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.ogg' 'format=wav'`
- **Parent tool docs:** https://gizza.ai/tools/audio-convert/index.md
