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.
Authorizations
Body
Response
Successfully initiated audio speed change
The response is of type object
.