Tested tool guide
Tested browser tools
Checked August 16, 2026
What Voice Changer does, with a checked example
The voice in any recording is defined by its frequencies, and this tool multiplies them all by a chosen amount. Load an audio file or talk into the microphone, set the pitch in semitones, and the change happens live as you adjust - with effects such as echo or a robotic tone stacked on top. What most people get wrong: raising the pitch does not speed up the speech. The words keep their original duration; the register moves, and with it the tone color, which is why +12 tends to sound cartoonish and -12 deep and unnatural.
Worked example
A concrete input and expected output from the current implementation.
Input
A recording of a voice saying 'testing, one, two' with a fundamental near 110 Hz, processed at +12 semitones with no effects.
->
Expected output
The same words at the same duration, with every frequency doubled: a 110 Hz fundamental becomes 220 Hz, so the voice sounds exactly one octave higher - cartoonish and small but fully intelligible.
Twelve semitones is one octave: each semitone multiplies frequencies by 2^(1/12), so 12 semitones multiply them by 2^(12/12) = 2. Pitch shifting changes the frequencies without changing the timing, so the clip's length is untouched.