Merge multiple audio files into one
Click to upload multiple audio files
Audio Merger joins two or more audio files into one, using ffmpeg's stream-copy concat feature entirely in your browser via ffmpeg.wasm — nothing is uploaded to a server. Files are combined in the order you select them; there's no drag-to-reorder, fade, or volume-leveling controls.
Can I reorder files before merging?
Not currently — files merge in the order they were selected during upload.
Does merging work with mixed formats?
It works best when all files share the same codec/format, since the process uses fast stream-copy rather than re-encoding; mixing very different formats can sometimes fail.
Is there a limit on file count or size?
No hard limit is enforced by the tool — you're limited by your browser's available memory.
Is my data private?
Yes. Everything happens locally via ffmpeg.wasm — files are never uploaded to a server.