audio_trim
Cut a section from any audio file into a new file using lossless stream copy. Specify start and end times to extract a clip without re-encoding.
Instructions
Cut a section out of an audio file into a new file (stream copy, lossless).
Args: source: Local file path or direct URL to an audio file. start: Start time (seconds or MM:SS / HH:MM:SS). end: End time. output_path: Target path. Defaults to ~/Downloads/openmedia/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| source | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |