# Convert FLAC to WAV

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

FLAC compresses audio without losing anything — a perfect, bit-for-bit copy at a fraction of the WAV size, which makes it the default choice for archiving music.

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 FLAC to WAV unpacks the compressed audio back into raw PCM: the file grows several times over, but you get a format every editor and OS opens without any codec support.

## Run it

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