# Convert WAV to M4A

Convert WAV to M4A right in your browser — free, private, nothing is uploaded. Pick a bitrate (32–320 kbps) and shrink the file dramatically.

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.

M4A wraps AAC audio in an MPEG-4 container — the format iTunes and Apple Music use. AAC squeezes better quality than MP3 out of the same bitrate, at the cost of slightly narrower support.

Converting WAV to M4A trades a sliver of fidelity for a dramatic drop in size: a WAV recording that hogs storage becomes an M4A file you can email, message or stream. It's the classic move for sharing voice memos, publishing spoken audio and fitting a music library onto a phone.

## Run it

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