How to change the pitch of a song without changing speed
A pitch changer (also called a pitch shifter or transposer) moves every note in a recording up or down by the same interval while leaving the tempo and duration untouched. Raising pitch by playing audio faster also shortens it — that's resampling. A true pitch changer decouples the two: the audio is time-stretched by the pitch ratio, then resampled back by the same ratio, so frequencies move up or down while duration stays identical. This tool implements that pipeline with a phase-vocoder.
Musically, +1 semitone is the smallest step in Western music; ±12 semitones transposes a full octave. Typical uses: matching a song to a vocalist's comfortable range, transposing samples into a project key, or converting a track between keys for harmonic mixing.