Audio Joiner

Join multiple audio files into one continuous track. Arrange order, add silence between clips, and download the merged audio. Supports MP3, WAV, and OGG.

📦 Install required package:

npm install @ffmpeg/ffmpeg @ffmpeg/util

Implement the processing logic in the process() function inside this component.

Frequently Asked Questions

How many files can I join?
As many as needed, limited by browser memory.
Do the files need to be the same format?
Best results with same format. Mixed formats are converted before joining.