Combine Audio
Join audio clips end to end into one file, in the order you choose, and trim each clip first. For narration, podcasts and dialogue made in several parts.
The Combine Audio node joins audio clips end to end into one file. Each connected clip becomes a segment, the segments play in the order you set, and you can trim each one before it is joined. To play clips at the same time instead, use Mix Audio.
When to use it
- Join the voiceover lines of several scenes into one narration track.
- Put an intro, a main part and an outro one after another.
- Join the parts of a long conversation made in several Text to Dialogue nodes.
Quick start
Add the node
Press Tab on the canvas and choose Audio › Edit Audio › Combine Audio.
Connect the clips
Wire each audio node into the Audio input. Each connection becomes a segment, and a new connection is added at the end.
Set the order and the trims
Open the settings panel. Drag the segments into order; they play from top to bottom. To trim a segment, set its Start (s) and End (s).
Run it
Click Run on the node. The joined audio appears on the node with a player.
Input and output
| Input | Accepts | What it does |
|---|---|---|
| Audio | One or more audio nodes | The clips to join. Each connection becomes one segment. |
The output, Audio, is one file with every segment in order.
Settings
| Setting | What it does |
|---|---|
| Segment order | The connected clips, from top to bottom. Drag a segment to move it. |
| Start (s) | Where a segment starts, in seconds. Optional, per segment. |
| End (s) | Where a segment ends, in seconds. Optional, per segment. |
Combine or mix
| Combine Audio | Mix Audio | |
|---|---|---|
| How clips play | One after another | At the same time, layered |
| Per-clip control | Start and end trim | Volume from 0 to 200% |
| Typical use | Narration in parts, intro and outro | Voiceover over music, effects over ambience |
From the API
POST /v1/combine-audio takes segments, a list of objects with a url and an optional startTime and endTime. See Voice and media.
Frequently asked questions
Related
Mix Audio
Trim Audio
Text to Speech
Merge Video & Audio
Last updated on
Trim Audio
Cut a section out of an audio file by start and end time, and save it as MP3, WAV or AAC. Keep only the part of a recording or song that the next node needs.
Mix Audio
Layer several audio tracks into one file, with a volume from 0 to 200% for each. Put a voiceover over music, or effects over an ambience, before adding video.