# Convert AAC to WAV

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

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.

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