Change pitch
What Change pitch actually does
Raising a sound's pitch without touching its length requires a library most browser tools quietly skip, so the honest tools state the trade instead of hiding it. This one shifts pitch by resampling: declare the samples at a higher rate and everything rises, voices included, while the recording gets shorter by exactly the same factor. That makes it the tape-speed effect with a musician's control - type semitones instead of percentages, +12 for an octave, -12 for one down. Because the arithmetic goes through the file's own sample rate, the page reads that rate first and refuses any request whose shifted rate would fall outside the range real audio hardware accepts, rather than silently producing a different interval than asked. After rendering, the receipt shows the frequency ratio you requested beside the dominant frequency measured from the decoded result, the predicted length beside the actual length, and the source and result drawn on one shared amplitude scale.
How to use it
- Choose one audio file. Its sample rate is probed first, because the shift amount depends on it.
- Set semitones between -24 and +24. Empty or out-of-range values refuse by name instead of guessing.
- The preview lane redraws as you set semitones, and Audition plays the true effect live: this tool's math is the rate change a player makes, so what you hear is exactly what renders.
- Run, then read the receipt: predicted frequency ratio, predicted duration ratio, and the same figures measured from the produced file.
- Flip between source and result on one transport to hear the shift, then download the exact rendered bytes.
Useful for
- Match a backing track or sample into another key by ear using the A/B flip.
- Make character voices or sound effects by leaning into the tempo side effect on purpose.
- Rescue a recording that plays slightly sharp or flat relative to another take.
Limits worth knowing
- Tempo always moves with pitch on this path; a formant-preserving, tempo-locked transpose needs a library this build omits, and the page says so rather than faking one.
- Large shifts on vocals sound increasingly unnatural; that is the honest behavior of resampling, not a defect the page will hide behind a normalizing pass.
- Requests whose shifted sample rate would leave the supported range are refused with the number that decided it.
Questions people ask
Why did my file get shorter?
Pitch and speed move together on this path. Raising pitch declares the same samples at a faster rate, so the playing time shrinks by the same ratio - about 19 percent shorter at +3 semitones.
How do semitones map to frequency?
Each semitone is a factor of the twelfth root of two; twelve semitones double the frequency. The receipt shows the exact ratio your setting produces.
Is my audio uploaded?
No. Everything including the engine runs in this tab after a one-time download.