No upload · No software · Runs in your browser
Audio Speed Changer
Speed up or slow down any audio file in your browser without changing the pitch. Drop in an MP3, WAV, M4A, FLAC, OGG, or any common format, pick a speed preset from 0.25× to 2×, and download the result as MP3. Uses FFmpeg's atempo filter — no chipmunk effect, no pitch distortion. Processing runs locally in your browser; your audio never leaves your device.
Drop your audio file here or click to browse
Any audio format · Max 20 MB
How it works
- 1Drop your audio file into the dropzone — any common format is accepted.
- 2Pick a speed preset: 0.25× (quarter speed) through 2× (double speed).
- 3Click 'Change Speed' — FFmpeg applies the atempo filter locally in your browser.
- 4Preview the output inline in the audio player to confirm it sounds right.
- 5Download the speed-adjusted MP3.
Use cases
Speed up lectures and podcasts
Listen to a 90-minute lecture in 45 minutes at 2× speed. Most spoken-word content is comprehensible at 1.5–2× for regular listeners. Speed up to catch up on your backlog without losing comprehension.
Slow down music for practice
Guitarists, pianists, and other musicians use half-speed playback to learn fast passages. At 0.5× the notes are all present — just stretched in time — so you can hear every individual note before bringing it back to tempo.
Transcription and dictation review
0.75× makes dense speech easier to transcribe without missing words. Slow down a recording just enough to keep up with the speaker while typing, without the distortion of 0.5×.
Language learning
Native speakers in a second language can be hard to follow at full speed. Slow the audio to 0.75× to catch individual words and pronunciation before advancing to natural pace. Great for audio courses and podcasts in your target language.
Audio for elderly or hearing-impaired listeners
0.75× speed can make speech significantly clearer for listeners who find rapid speech difficult to follow — giving them time to process each word without needing to replay constantly.
Speed ramp for video production
Content creators who need a pre-sped audio track to sync with a sped-up video clip can generate the speed-adjusted audio here, then import it into their video editor.
How atempo speed change works (no pitch distortion)
FFmpeg's atempo filter uses time-stretching, not simple sample rate manipulation. When you change playback speed by resampling (playing at a different sample rate), the pitch shifts proportionally — which is the classic chipmunk-fast or slow-monster effect. Time-stretching analyzes overlapping windows of audio and shrinks or expands the time axis while keeping frequency content (pitch) constant.
The atempo filter's valid range per pass is 0.5× to 2.0×. For extremes like 0.25×, we chain two passes: atempo=0.5 applied twice produces 0.25× speed. The result at all supported presets is a properly stretched audio file at the same pitch as the original.
Choosing the right speed preset
At 0.25×: dramatically slowed, useful for identifying individual notes or phonemes. Speech becomes very slow but remains intelligible for careful listening.
At 0.5×: half speed. The standard for musician practice — all notes are present, rhythm is clearly audible, passages that blur together at full speed become separable. Good for transcription of dense speech too.
At 0.75×: the sweet spot for language learning and slower transcription. Barely perceptible slowing to an untrained ear; significantly easier to follow for a non-native speaker.
At 1.25×: slightly faster. Useful for long content where you want modest time savings without the effort of concentrating at 1.5×.
At 1.5×: the standard commute-mode speed for podcasts and lectures. Most well-articulated speakers are fully comprehensible. Background music and dense technical content are harder.
At 1.75×: aggressive. Works for familiar speakers you know well and straightforward content. Not great for dense technical material.
At 2×: double speed. The maximum available. Works for re-listening to familiar content, fast-scanning a recording you already know.
Output format and quality
The speed changer always outputs MP3 at 192 kbps, regardless of the input format. This ensures broad compatibility — the result plays on every device without any special format support. The atempo filter operates on decoded PCM audio before encoding, so no quality is lost in the speed transformation itself; the only quality reduction relative to a lossless source is the MP3 encoding at 192 kbps, which is audibly transparent for most material on typical playback gear.
Privacy: your audio stays in your browser
Speed changers that work server-side upload your audio file, process it, and stream back the result — which means your audio passes through a third-party server. This tool uses FFmpeg compiled to WebAssembly. All processing happens in browser memory. Nothing is uploaded. The WASM bundle loads once and is cached for future visits. Disconnect from the internet after page load and the tool still works — proof that there's no server in the loop.
Frequently Asked Questions
Does changing audio speed change the pitch?
No. This tool uses FFmpeg's atempo filter, which applies time-stretching to change speed while preserving the original pitch. You won't get the chipmunk high-pitch effect from speeding up, or the slow-monster low-pitch effect from slowing down. The pitch is identical to the source; only the duration changes.
What speeds are available?
0.25× (quarter speed), 0.5× (half speed), 0.75×, 1.25×, 1.5×, 1.75×, and 2× (double speed). 1.0× is omitted since it's a no-op. Speeds below 0.5× and above 2.0× require chaining multiple atempo passes — 0.25× chains two passes of 0.5× each.
What audio formats can I use as input?
Any common audio format: MP3, WAV, M4A, AAC, FLAC, OGG, Opus, AIFF, WMA, plus video files (MP4, MOV) where the audio track is extracted and speed-adjusted. The output is always MP3 at 192 kbps.
How does the output file size compare to the input?
The output is an MP3 at 192 kbps. Duration changes proportionally with speed — a 60-minute file at 2× becomes approximately 30 minutes and about half the file size. At 0.5× it becomes approximately 120 minutes and about twice the file size. The exact output size depends on duration, not the original bitrate.
Is there a file size or duration limit?
Free tier: 20 MB per file and output is capped at 10 seconds as a preview. Pro ($9/month) removes the preview limit and raises the file size limit to 500 MB. Very long files (multi-hour) work within these limits but may take longer to process in the browser.
Can I use this to make audio suitable for speed-ramp video effects?
Yes. Export the speed-adjusted audio from this tool, then import it into your video editor (Premiere Pro, Final Cut, DaVinci Resolve, CapCut) and sync it to the speed-ramped video section. This is cleaner than using your editor's audio speed controls, which may introduce pitch artifacts depending on the editor's algorithm.
Does the tool work on mobile?
Yes, on modern iOS and Android browsers (Safari 15.4+, Chrome for Android). Older iOS versions may have issues with WASM loading. Processing a large file on mobile takes longer than on desktop because mobile CPUs are less powerful — for files under 20 MB the experience is generally smooth.
Read more
Audio Bitrate Explained: What It Means for Quality
Understand audio bitrate, how it affects sound quality and file size, and how to choose the right bitrate for your needs.
What Is MP3? The Format Explained
Learn what MP3 is, how it works, and why it became the most popular audio format. Covers bitrate, compression, and when to use it.
Lossless vs Lossy Audio: The Complete Guide
Understand the difference between lossless and lossy audio compression. Learn when each matters and which formats to use.
Audio File Too Large? How to Reduce Audio File Size
Reduce audio file size by changing format, bitrate, channels, or sample rate. Practical methods to shrink WAV, FLAC, and MP3 files without unacceptable quality loss.