You recorded an interview in three parts because your phone died halfway through, or you have several voice notes you want to join into a single file before sharing them. Merging audio sounds trivial, but it only is if every file shares the exact same internal format — as soon as you mix an MP3 with a WAV or an M4A, things get complicated.
Why you can't just "paste" the files together
An MP3 file isn't just audio: it has an internal structure of compressed frames with a specific configuration (bitrate, sample rate, channels). If you try to concatenate two MP3s with different configurations by simply joining their bytes, the result can sound wrong or fail to play in some players entirely. And if you mix formats (an uncompressed WAV with a compressed MP3), pasting bytes makes no sense at all — they're completely different data structures.
The correct approach is to decode each file to raw audio, concatenate those samples, and re-encode the whole result into a single output format. It's more computational work than copying bytes, but it's the only method that works reliably no matter what formats you mix.
Order matters, and it's reorderable
When you add several files, each one lands in a visual queue where you can:
- Move any track up or down to change the final order.
- Assign a distinct color to each segment (auto-generated, but editable) to spot them at a glance in the preview.
- Add more files to the queue without losing the order you've already set.
- Remove any track before processing.
A preview bar shows each segment's proportional size, so before merging you already get a visual sense of how the relative duration of each part will look.
What format the result comes in
The final file is generated as MP3, regardless of what formats the original files were in — it's the format with the best universal support for the typical use case (sharing, podcasts, voice notes). If you need to keep lossless quality in the result, it's better to first convert each track to WAV or FLAC with the audio converter, then merge them.
Frequently asked questions
Can I merge an MP3 with a WAV? Yes, the tool decodes each file independently of its source format before merging, so mixing formats isn't a problem.
Is there a limit on how many files I can merge? No artificial cap; the real limit is how much your own device can process.
Do I lose quality when merging? Since the process decodes and re-encodes the whole audio, there's recompression, the same as would happen with any desktop audio editor exporting the combined result.
Can I change the order after uploading the files? Yes, using the up/down buttons on each track in the queue, before pressing merge.
Combine your audio files in whatever order you want, even with mixed formats, using merge audio files, free and 100% in your browser.