Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. Audio Processing
  3. Audio Pitch Shifter
Add to favorites

Audio Pitch Shifter

Shift audio pitch up or down by semitones with musical interval names (octave, perfect fifth, major third). Fine-tune with cents adjustment. Option to preserve original duration using granular synthesis.

Shift the pitch of audio up or down in semitone and cent increments, with an option to keep the original playback length. Transpose a backing track to match a different key, drop-tune a guitar recording, or create creative pitch effects. The semitone range is plus or minus 12 (a full octave each way) with cent-level fine tuning of plus or minus 50 cents on top.

Audio processed on your deviceMore audio processingJump to full guide

Related reading

  • Time-Stretching Audio Without Changing Its Pitch9 min read

Initializing in your browser…

You might also like

Tone Generator

Generate pure audio tones with sine, square, sawtooth, and triangle waveforms. Create multiple oscillators, binaural beats, and export as WAV.

Text to Speech

Convert text to speech using browser Web Speech API. Choose from multiple voices, adjust speed and pitch, and play audio directly.

Audio Waveform Generator

Generate beautiful waveform visualizations from audio files. Choose from bars, mirror, line, or circular styles. Customize colors and export as PNG.

Audio Pitch Shifter: a worked example

A backing track is a semitone too high for a singer’s range and must drop without slowing down.

Input

track.wav · −1 semitone · keep tempo
Audio Pitch Shifter produces

Output

Same tempo, pitched down one semitone, singable key

Pitch shifting moves frequency content while preserving duration, the inverse of time-stretch, so the song fits the vocalist without becoming sluggish. Useful for transposing keys and creative effects.

About the Audio Pitch Shifter

Shift the pitch of audio up or down in semitone and cent increments, with an option to keep the original playback length. Transpose a backing track to match a different key, drop-tune a guitar recording, or create creative pitch effects. The semitone range is plus or minus 12 (a full octave each way) with cent-level fine tuning of plus or minus 50 cents on top.

How to use

  1. 1Upload your audio file
  2. 2Set the shift in semitones with the slider, number input, or a quick interval preset
  3. 3Fine-tune with cents (100 cents = 1 semitone) if needed
  4. 4Toggle Preserve Duration on to keep the original length, off for a tape-style speed-and-pitch change
  5. 5Preview, then apply and download the shifted MP3

Key features

  • Shift range of plus or minus 12 semitones (one octave each direction)
  • Fine-tuning in cents (plus or minus 50)
  • Preserve-duration mode using granular overlap-add synthesis
  • Tape-style mode that changes pitch and length together via resampling
  • Quick interval presets and a musical-interval reference (perfect fourth, fifth, octave, etc.)
  • Real-time preview while you dial in the interval

When to use it

  • Key transposition

    Move a backing track to a key that suits your vocal range.

  • Creative sound design

    Pitch vocals down for a deep effect or up for a chipmunk-style result.

  • Instrument tuning correction

    Nudge a recording that is slightly sharp or flat back into tune using cents.

  • Harmony sketching

    Duplicate a line and shift the copy by a third or fifth to rough out a harmony part.

How it works

There are two pitch-shifting paths depending on whether you keep the duration. With Preserve Duration on, the tool uses a simple granular synthesis pass: it slides a short Hann-windowed grain across the source, resamples each grain by the pitch ratio (2^(semitones/12)) using linear interpolation, and overlap-adds the grains back at the original hop spacing so the total length stays the same. This changes pitch independently of length and sounds clean for small shifts; larger shifts (especially beyond a few semitones) introduce the characteristic granular artifacts, because this is a plain resample-and-overlap method, not a phase-vocoder, and it does not perform any formant correction, so shifted voices take on the usual 'chipmunk' or 'deep' character as the formants move with the pitch.

With Preserve Duration off, the shift is done by changing the sample rate of the rendered buffer (the tape-machine effect): pitch up makes the clip shorter, pitch down makes it longer. The live preview always uses the browser's playbackRate, so while previewing, pitch and speed move together; the duration-preserving granular processing is applied when you click Apply and Download. Output is encoded to MP3.

Frequently asked questions

What is the difference between semitones and cents?

A semitone is one piano-key step. A cent is one hundredth of a semitone, used for fine pitch adjustments and tuning corrections.

Why does a large pitch shift sound unnatural?

This tool resamples the audio, so formants (the vocal-tract resonances) move along with the pitch, and the granular overlap-add introduces artifacts at larger shifts. There is no formant-correction mode, so keep shifts modest for the most natural-sounding vocals.

Does pitch shifting change the length of my file?

Only if you want it to. With Preserve Duration on, the length stays identical and only the pitch changes. With it off, the clip is resampled like a tape machine, so it gets shorter when pitched up and longer when pitched down.

Related tools and how they differ

  • Audio Speed Changer: Changes playback speed and duration from 0.25x to 4x, with an optional pitch-preserving mode; use it to speed up podcasts or slow down for transcription.

Further reading

  • Time-Stretching Audio Without Changing Its Pitch9 min read

Private by design

Audio is decoded and processed locally with the Web Audio API. Your files are never uploaded to a server.