How to Convert Audio Files
Four simple steps — everything runs in your browser.
Choose Formats
Select your input format on the "From" row and your desired output format on the "To" row.
Add Files
Drop your audio files onto the drop zone or click to open a file picker. Multiple files are supported.
Convert
Click Convert All. FFmpeg.wasm loads once (~31 MB) and processes each file entirely inside your browser.
Download
Each converted file downloads automatically when it's done. Batch conversions download one by one.
About This Tool
A private, browser-native audio converter powered by FFmpeg.wasm.
100% Private
✓ No uploadFLAC → ALAC
✓ Lossless remuxBatch Conversion
✓ Multi-fileFFmpeg.wasm
✓ v0.12 · no COOP needed6 Formats
✓ FLAC ALAC MP3 AAC OGG WAVFrequently Asked Questions
Common questions about audio conversion.
Yes. FLAC and ALAC are both lossless codecs. Converting between them is a remux — the raw PCM audio data is decoded and re-encoded into the other lossless format with zero quality loss. The output is mathematically identical to the original when decoded to PCM.
Apple's ecosystem — iPhone, iPad, Mac, and Apple TV — natively supports ALAC (.m4a) but not FLAC in older iOS versions or in iTunes/Music.app for syncing. ALAC was developed by Apple and is fully integrated into CoreAudio. Converting FLAC to ALAC gives you lossless quality with seamless Apple device compatibility.
There's no hard limit, but files are loaded into browser memory during conversion. Most single audio files (even full albums as a single FLAC) are under 500 MB, which is fine. For very large files on low-memory devices, use desktop FFmpeg: ffmpeg -i input.flac -c:a alac output.m4a
No. Once audio has been encoded as MP3 or AAC, quality lost to lossy compression cannot be recovered. Converting MP3 → FLAC produces a larger file with identical audio quality to the MP3. The only benefit is a lossless container for a source that is already lossy.
No. This is a fully client-side tool. FFmpeg.wasm runs entirely in your browser — your audio files, the conversion process, and the output file never leave your device. You can verify this by watching DevTools → Network: no audio data is ever uploaded.
Yes. the tool keeps all ID3 tags, metadata, and embedded cover art intact.