# Convert AAC to OGG

Convert AAC to OGG right in your browser — free, private, nothing is uploaded. One-click re-encode for compatibility.

AAC is the codec behind M4A files, streaming services and much of broadcast audio; as a bare .aac stream it carries the same lossy audio without the MPEG-4 wrapper — and without proper tag support.

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 AAC to OGG is a compatibility move: both formats are lossy, so the goal isn't quality — it's producing a file that fits games, open-source pipelines and the web. Expect the sound to stay essentially the same, with a small second round of encoding loss.

## Run it

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