Adjust Speed
Suno
Adjust Speed
Adjust the playback speed of an existing audio clip
POST
Adjust Speed
Adjust the playback speed of an existing clip. Returns a new clip with the adjusted speed.
Request Body
The source clip ID to adjust speed for.
Speed multiplier value between 0.25 and 4.0.
| Value | Effect |
|---|---|
0.25 | 4x slower (minimum) |
0.5 | 2x slower |
1.0 | Original speed |
1.5 | 1.5x faster |
2.0 | 2x faster |
4.0 | 4x faster (maximum) |
Whether to keep the original pitch when adjusting speed.
true: Maintains original pitch (recommended)false: Pitch changes with speed
Optional new title for the adjusted clip.
Response
The task ID. Use this to query task status via Get Task Status.