split_audio
Split a master voiceover MP3 at specified timestamps, returning ordered segments with paths and durations for individual video generation.
Instructions
Cut a master voiceover mp3 at split_points_s (seconds, strictly increasing).
Returns len(points)+1 ordered segments with paths and durations. Workflow for
ads longer than one clip: generate ONE master VO with
generate_elevenlabs_voiceover (with_timestamps=true), pick sentence-boundary
timestamps, split here, then pass each segment's path as audio_path to its
own generate_seedance_video call. Each segment must fit its clip duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_path | Yes | ||
| output_dir | No | ||
| split_points_s | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||