Skip to main content
POST
Python
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

content-type: multipart/form-data

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

Authorization
string
header
required

Body

multipart/form-data
audio_url
string
required

Input audio URL (supported format: YouTube URL).

Example:

"https://example.com/input_audio.mp3"

speed_change_factor
number
required

Factor to change the audio speed (min: 0.25, max: 4.0)

Required range: 0.25 <= x <= 4
Example:

1.5

audio_file
file

Audio file to upload and process directly.

output_extension
enum<string>

Desired output format.

Available options:
mp3,
wav,
flac,
ogg,
aac,
webm
Example:

"mp3"

webhook_url
string

Callback URL for async processing results.

Example:

"http://your-webhook-url.com/callback"

Response

Successfully initiated audio speed change

success
boolean
conversion_id
string
credit_estimate
number<float>
conversion_path
string
message
string