You're looking at a specific version of this model. Jump to the model overview.
myaiteam2 /audio-trimmer-with-fade:433cfdae
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
audio_file |
string
|
Input MP3 file
|
|
start_time |
integer
|
Start time in MMSS format, e.g., 130 for 1 minute and 30 seconds
|
|
end_time |
integer
|
End time in MMSS format, e.g., 625 for 6 minutes and 25 seconds
|
|
fade_out |
boolean
|
False
|
Apply fade out effect to the last 2.5 seconds
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}