Segment
This module extracts a specified segment from an input audio file, retaining only the chosen duration, starting from a designated point in time.Settings
- Name
start
- Type
- number
- Description
- The starting point in milliseconds from which the segment will be extracted.
- Name
duration
- Type
- number
- Description
- The duration in milliseconds of the segment to be extracted.
Input
- Name
inputFileUrl
- Type
- string
- Description
- The input audio file to be processed and segmented
Output
- Name
outputFileUrl
- Type
- string
- Description
- The output audio file containing the extracted segment, as specified by the start and duration parameters.