Merge Audio Files with an API
Join two to six audio files — voiceover chunks, podcast segments, TTS parts — into one normalized MP3 or WAV. Run the preset directly on this page or call the same agent-ready endpoint from your product.
See what the tool changes.
A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.
Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.
Useful defaults, typed options.
The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.
- Two to six inputs
- Mixed formats and sample rates
- Video inputs contribute their audio track
- 01Download every audio input
- 02Normalize sample rate and channels
- 03Join tracks in the supplied order
- 04Encode one MP3 or WAV
POST /api/v1/tools/merge-audioKnow the boundaries before you run.
About merge audio
Can the inputs mix formats and sample rates?
Yes. Every input is resampled to 44.1 kHz stereo before joining, so MP3, WAV, M4A and even video files can be combined.
What happens when an input has no audio stream?
The job is rejected with a typed error before rendering, naming the input that has no audio.