AAC to WAV Converter

Converting AAC to WAV decodes the lossy audio back into uncompressed PCM. Nothing about the sound changes (what the AAC contained is what the WAV will contain), but every audio editor, plugin, and piece of hardware will now accept the file without needing an AAC decoder.

audio_file

Drag & drop audio files here, or browse

Drop your AAC files here

What changes when you convert AAC to WAV

Zero quality change. WAV files are 10–15× larger than AAC, so disk usage goes up, but the audio is identical to whatever the AAC decoded to. No encoder involved in this direction.

When to use this conversion

  • Pulling iTunes audio into a DAW or sample library that prefers uncompressed input
  • Feeding AAC recordings to legacy hardware (samplers, broadcast equipment) that requires WAV
  • Creating an uncompressed working copy for editing before re-exporting to a delivery format
  • Preparing files for CD burning, where the ultimate format on disc is PCM anyway

Where the output plays

WAV is universally supported. Every audio application and every device with audio playback handles it.

About these formats

AAC (Advanced Audio Coding)

AAC is the successor the MPEG group designed to replace MP3. At 128 kbps it typically sounds as good as MP3 at 192 kbps. It's the default codec for YouTube audio, iTunes purchases, Apple Music, and nearly every streaming service that isn't using Opus or Vorbis.

WAV (Waveform Audio File Format)

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

How It Works

  1. Add your AAC files Drag AAC files onto the page, or click to pick them from your file browser. Batch uploads are fine.
  2. Choose WAV settings Pick bitrate or quality level for the WAV output. Defaults match common target use cases.
  3. Convert in your browser FFmpeg runs locally via WebAssembly. Nothing uploads. Progress shows per file so you know exactly what's happening.
  4. Download WAV files Grab each converted file individually, or download the whole batch as a single ZIP.

Features

Supported Formats

FAQ

Does AAC to WAV improve audio quality?

No. AAC is lossy; detail the encoder discarded is gone forever. The WAV stores the decoded audio uncompressed.

Is the WAV bit-identical between conversions?

Yes, for a given AAC file. The AAC decoder is deterministic, so decoding the same file always produces the same PCM output.

What is AAC (Advanced Audio Coding)?

AAC is the successor the MPEG group designed to replace MP3. At 128 kbps it typically sounds as good as MP3 at 192 kbps. It's the default codec for YouTube audio, iTunes purchases, Apple Music, and nearly every streaming service that isn't using Opus or Vorbis.

What is WAV (Waveform Audio File Format)?

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

Are my files private?

Yes. The converter runs entirely in your browser using FFmpeg compiled to WebAssembly. Your audio files are never uploaded, never sent to a server, and never leave your device.

Is there a file size limit?

There's no hard limit, but because everything runs in your browser you're bounded by available memory. Files over about 2 GB total can get slow or hit browser memory limits. Process in smaller batches if you run into issues.