Audio Speed Changer

Time-stretch audio between 0.5× (half speed) and 2× (double speed) while keeping the original pitch intact. The same kind of processing your DAW does when you warp a sample or your DJ software does when it sync-locks two tracks at different tempos. Useful for transcribing solos, slowing down lyrics, speeding up podcasts, or matching tempos.

How it works

01

Drop the audio

Music, voice, anything. Decoded locally.

Up to 200 MB

02

Pick a speed

0.5× . Half speed, useful for transcribing fast passages. 0.75× . Slow practice tempo. 1.25-1.5× . Most podcast listeners' preferred speed-up. 2× . Double speed for skim listening.

ffmpeg filter: atempo=X · time-domain stretch

03

Process

ffmpeg's atempo filter rearranges short audio frames (~20 ms each). Repeating or skipping them. To change duration without changing pitch. Quality is transparent within 0.5-2× for music; outside that range artifacts become noticeable.

Output: 16-bit WAV at original sample rate

Pitch stays put

Slow down a song without turning the singer into a monster

Speed a record up the old-fashioned way and everything goes chipmunk; slow it down and the vocalist drops an octave. This tool time-stretches instead, it changes how long the audio plays while the pitch stays exactly where it was. Slow a guitar solo to half speed to learn it note by note, or push a podcast to 1.5× and it still sounds like the same person talking, just faster.

0.5× half speedTranscribe fast solos and lyrics
0.75×Comfortable practice tempo
1.25 to 1.5×Podcast and lecture speed-listening
2× double speedSkim through long recordings

In your browser

No upload, no queue, no watermark

The audio is processed on your own machine with ffmpeg compiled to WebAssembly, the identical time-stretch a desktop editor would run. Your file never touches a server, which is why there's no account, no file limit games, and a 200 MB recording processes about as fast as your laptop can read it.

Musicians first

Made for practice, transcription, and DJ prep

Changing audio speed is a musician's problem more often than a file-format one: learning a fast passage, slowing lyrics down to write them out, matching a track's tempo before a mix. That's why the range is capped at 0.5 to 2×, the zone where time-stretching stays clean, instead of letting you dial in 10× and handing back audio that sounds like it's underwater.

Frequently asked questions

Why doesn't the pitch change when speed changes?

If you sped up audio the way a record player does (raising playback rate), pitch goes up too. Time-stretching uses overlap-add windowing instead. It splits audio into short frames and either repeats them (slowing down) or drops some (speeding up). The frame-level pitch content is preserved, only the timeline changes.

Does the audio degrade at extreme speeds?

At 0.5× and 2× the artifacts are subtle. Slight echo or warble on transient sounds (drums, percussion, plucked strings). Below 0.5× or above 2× artifacts become obvious. This tool caps at 0.5-2× for that reason. For more extreme stretching, dedicated tools like RubberBand do better.

Speed change vs pitch change. What's the difference?

Speed changer changes how long the audio plays, keeping pitch the same. Pitch shifter changes the pitch (key) without changing how long the audio plays. Use speed for transcription/practice/playback rate; use pitch shift to transpose a song into a different key.

Why not chain multiple atempo filters for extreme speeds?

ffmpeg's atempo only accepts 0.5-2.0 in a single application. For wider ranges you can chain (e.g., atempo=2.0,atempo=2.0 for 4×), but artifacts compound. The 0.5-2× single-stage range is where time-stretching stays transparent for most material.

Upload a track to instantly master

Choose a file or drag it here

Supports WAV · FLAC · MP3 · M4A · AIFF