Automatically detect a perfect loop from a user uploaded audio and repeat it .
Parameter | Type | Required | Description |
---|---|---|---|
audioUrl | string | ✅ Required | Public URL of a user uploaded audio file to detect loop from. |
count | int | ✅ Required | Number of times to loop the detected seamless segment. |
Parameter | Type | Required | Description |
---|---|---|---|
audioUrl | string | ✅ Required | Public URL of a user uploaded audio file to detect loop from. |
count | int | ✅ Required | Number of times to loop the detected seamless segment. |
beatsToInclude | int | ✅ Required | Number of beats to include in the looped segment. |
Parameter | Type | Required | Description |
---|---|---|---|
audioUrl | string | ✅ Required | Public URL of a user uploaded audio file to detect loop from. |
count | int | ✅ Required | Number of times to loop the detected seamless segment. |
timeRanges | List | ✅ Required | Time ranges to include in the looped segment. |