Audio Speed Changer
Processes an audio file to change its playback speed based on a speed factor.
Change the speed of your audio files without affecting quality.
Audio Speed Changer allows you to easily speed up or slow down any audio file — perfect for creating remixes, practicing music, or adjusting spoken content.
- ⏩ Speed up or slow down audio effortlessly
- 🎶 Supports multiple formats like MP3, WAV, FLAC, and more
- 🚀 Fast processing with high-quality output
Endpoint
Use this endpoint to adjust the speed of an audio file.
Sample Output
Listen to the speed-changed audio:
Try it Yourself
Visit the Audio Speed Changer Endpoint Explorer to upload audio files and adjust their playback speed.
⏩ Try different speed factors like 1.5x or 0.75x to test quality!
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
audio_path | String | Yes | The S3 path of the input audio file |
conversion_id | String | Yes | Unique identifier for this conversion request |
speed_change_factor | Number | Yes | Factor to change speed (e.g., 2.0 = double speed, 0.5 = half speed) (min: 0.25, max: 4.0) |
output_extension | String | Yes | Desired output format (mp3 , wav , flac , ogg , aac , webm ) |
webhook_url | String | Optional | URL to receive callback notification when processing completes |
user_id | String | Optional | User ID for tracking (from authentication token) |
Sample Request
Python
Sample Response
Success (200 OK)
Webhook Response
When transcription completes, your webhook will receive:
📂 The
conversion_path
field contains the direct link to download the speed-modified audio.
Payload and Request Formation
Authorizations
Body
Response
Successfully initiated audio speed change
The response is of type object
.