# Convert AIFF to WAV

Convert AIFF to WAV right in your browser — free, private, nothing is uploaded. A perfect, bit-for-bit lossless copy.

AIFF is Apple's classic uncompressed audio container — the Mac counterpart to WAV. Same raw PCM audio, same huge files, mostly seen in pro-audio sessions and older Mac workflows.

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 AIFF to WAV is essentially a container swap: the raw PCM samples are identical and the file size barely changes — you do it when a tool or plugin only accepts WAV.

## Run it

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