trim_audio
Cut and save a specific segment of an audio file by defining start time, duration, or end time. Supports multiple formats like mp3, aac, and more for the output.
Instructions
Trim an audio file to a specific duration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | Duration (format: HH:MM:SS.mmm or seconds) | |
endTime | No | End time (format: HH:MM:SS.mmm or seconds) | |
format | No | Audio format for output (mp3, aac, etc.) | |
inputPath | Yes | Path to the input audio file | |
outputPath | Yes | Path for the output audio file | |
startTime | No | Start time (format: HH:MM:SS.mmm or seconds) |