Free Audio Tool

Audio Speed Changer

Change audio playback speed from 0.25x to 4x — with or without pitch preservation. Independently shift pitch in semitones. Preview in real time before exporting. Runs entirely in your browser. Zero uploads.

0.25x to 4x Speed
Pitch Preservation
Natural Speed Change
Independent Pitch Shift ±12st
Real-Time Preview
Waveform Display
MP3 · WAV · OGG · M4A
100% Browser-Side

Drop your audio file here

or click to browse

MP3WAVOGGM4AAACFLACMP4MOV

What Is an Audio Speed Changer?

An audio speed changer is a tool that increases or decreases the tempo of an audio file — making it play faster or slower — either with or without changing its pitch. This separates two properties that are physically linked in analog audio: when a vinyl record spins faster, it plays faster and higher in pitch. Digital time-stretching algorithms, like the atempo filter used in this tool, break that link so you can independently control speed and pitch.

Speed changing is used daily by millions of people: podcast listeners speed up shows to 1.5× or 2× to save time, language learners slow audio down to 0.75× to catch every syllable, musicians slow recordings to practice along with them, and content creators speed up reference audio to fit time limits.

Speed vs. Pitch — What's the Difference?

Pitch-Preserved Speed Change

Time-stretch

The tempo changes, but every note and voice stays at its original frequency. A speaker at 1.5× sounds exactly like them — just talking faster. This is what podcast apps, YouTube, and this tool's 'Preserve Pitch' mode do. The algorithm is called time-domain pitch synchronous overlap-and-add (PSOLA) or phase vocoder, implemented in FFmpeg as the atempo filter.

Natural Speed Change

Resample

Speed and pitch change together, exactly like playing a tape or record faster. Doubling the speed raises the pitch by one octave. This is the basis of 'nightcore' (sped-up + higher pitch), 'slowed + reverb' (slowed-down + lower pitch), chipmunk voices, and classic DJ scratch effects. Implemented via FFmpeg's asetrate filter.

Pitch Shifting in Semitones

A semitone is the smallest interval in Western music — the distance between adjacent keys on a piano. There are 12 semitones in an octave. Shifting pitch by +12 semitones raises it exactly one octave; −12 semitones lowers it one octave. Common musical uses: shifting a song from the key of C to D is +2 semitones. Transposing from E to A is +5 semitones. The tool supports ±12 semitones (a full octave in either direction) with 1-semitone precision.

SemitonesEffectMusic Use
+12One octave higherHarmonize above, create ultra-bright vocal effect
+5Perfect fourth upTranspose C → F, G → C
+2Whole tone upTranspose C → D, common key change
+1Semitone upC → C♯/D♭
0No changeOriginal pitch
−1Semitone downC → B
−2Whole tone downTranspose D → C
−5Perfect fourth downTranspose F → C
−12One octave lowerDeep bass effect, lo-fi or horror audio

Common Speed Settings & Use Cases

0.5×

Slow-motion effect, transcription, music practice

0.75×

Calm listening, 'slowed + reverb' aesthetic (with natural mode)

1.0×

Original speed — no change

1.25×

Light speed-up for lectures and dense content

1.5×

The most popular podcast speed — saves 33% of listening time

1.75×

Fast content consumption for familiar topics

2.0×

Double speed — half the time, high comprehension for practiced listeners

2.5×+

Extreme review mode, scanning recordings, audio skimming

Frequently Asked Questions

Technical note: Pitch-preserved speed change uses FFmpeg's atempo filter (0.5×–2.0× per stage; stages are chained automatically for extreme values). Natural speed change uses asetrate to change the sample rate, making FFmpeg decode audio at a different speed. Pitch-only shift combines asetrate with a compensating atempo to shift pitch while keeping tempo. All processing runs via FFmpeg compiled to WebAssembly, entirely in your browser.

Explore More Tools