# Convert WAV to OGG

Convert WAV to OGG right in your browser — free, private, nothing is uploaded. Pick a bitrate (32–320 kbps) and shrink the file dramatically.

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.

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.

Converting WAV to OGG trades a sliver of fidelity for a dramatic drop in size: a WAV recording that hogs storage becomes an OGG file you can email, message or stream. It's the classic move for sharing voice memos, publishing spoken audio and fitting a music library onto a phone.

## Run it

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