Tested tool guide
Tested browser tools
Checked August 16, 2026
What Musical Note Frequency Tuner does, with a checked example
Most things labeled 'tuner' listen to you; this one plays for you. Pick a note and it sounds that pitch as a steady reference tone, so you can match an instrument or voice by ear. Every frequency comes from the equal-tempered scale anchored to one number, the A4 tuning standard (440 Hz by default); raise or lower that anchor and every note rescales by the same ratio. The easy surprise is the octave: A3, A4, and A5 sound 220, 440, and 880 Hz, doubling at each octave, so reading the octave number on the note you select is half the battle.
Worked example
A concrete input and expected output from the current implementation.
Input
Select note E4 (the guitar's first string) with the tuning standard left at A4 = 440 Hz.
->
Expected output
A steady reference tone at 329.63 Hz.
E4 is five semitones below A4, and each equal-tempered semitone is a factor of 2^(1/12), about 1.0595, so the pitch is 440 / 2^(5/12) = 329.63 Hz. Raise the standard to 442 Hz and the same note sounds 331.13 Hz, because every note scales by the ratio 442/440.