Step-by-step instructions
- 1
FFmpeg (command line, any OS)
Lossless conversion: `ffmpeg -i input.wav -c:a alac output.m4a`. The output is an ALAC stream in an MPEG-4 container (.m4a extension). Batch: `for f in *.wav; do ffmpeg -i "$f" -c:a alac "${f%.wav}.m4a"; done`. To preserve metadata from the WAV file: `ffmpeg -i input.wav -c:a alac -map_metadata 0 output.m4a`. No quality settings — ALAC is always lossless.
Go to converter - 2
iTunes/Apple Music on Mac
Drag WAV files into the Music app library (File → Add to Library). Select the imported WAV tracks. File → Convert → Create Apple Lossless Version. Music creates ALAC copies in your library and preserves any embedded metadata. The original WAV files remain. This is the simplest method if you're organizing music for an Apple Music library.
- 3
XLD on Mac (preferred for batch and metadata)
XLD (X Lossless Decoder) is purpose-built for lossless conversion on macOS. Download from sourceforge.net/projects/xld. Preferences → Output Format → Apple Lossless (ALAC). Drag WAV files or folders onto XLD. It converts all files, preserves metadata perfectly, and can look up missing metadata from MusicBrainz. Output files are saved as .m4a.
- 4
dBpoweramp on Windows
Install dBpoweramp and the Apple Lossless codec. Right-click WAV files in File Explorer → Convert To → Apple Lossless. Set output folder. dBpoweramp converts the files, preserves all ID3/WAV metadata, and embeds cover art. It handles batch conversion efficiently. dBpoweramp is widely used by audiophiles and music archivists for its metadata preservation and AccurateRip integration.
Why convert WAV to ALAC?
WAV is the uncompressed standard — perfect quality but bulky. ALAC gives Apple devices the same perfect quality at half the storage cost, integrating natively with Apple Music.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Is WAV to ALAC truly lossless?
Should I use ALAC or FLAC for lossless audio?
Why is my ALAC file smaller than WAV?
No account. No upload. Works in any browser.