Combine clips into one file
wellsaid_combine_clipsCombine multiple existing audio clips into one file with optional pauses. Specify clip ids in order and control pause durations between them.
Instructions
Merge multiple existing clips into a single audio file with optional pauses. Provide clip ids in order. pause_durations is a single number applied between all clips, or an array of length (clip_ids.length - 1) for per-gap control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_ids | Yes | Clip ids to combine, in order. | |
| filename | No | ||
| output_dir | No | ||
| pause_durations | No | Seconds of pause between clips: one number, or an array of size clip_ids.length - 1. |