Tested tool guide
Tested browser tools
Checked August 16, 2026
What Online Guitar Tuner does, with a checked example
This tuner listens to your guitar through the browser's microphone and uses Web Audio frequency analysis to find the dominant pitch of whatever you play. It names the closest note in standard tuning - the open strings E2, A2, D3, G3, B3, E4 at concert A4 = 440 Hz - and shows how far the pitch sits from it in cents, the unit that splits a semitone into 100 steps. Pluck one string and let it ring; the readout settles on a note name with a sharp or flat offset. The usual surprise: the microphone hears the whole room, not just the guitar, so noise and other instruments can take over the reading.
Worked example
A concrete input and expected output from the current implementation.
Input
Pluck the open A string and let it ring; the microphone signal peaks at 111.0 Hz.
->
Expected output
A, roughly 16 cents sharp of A2 (110.0 Hz): the readout shows the note A with a +16 cent offset toward sharp, so the string needs to come down slightly.
The tuner compares the measured 111.0 Hz against the nearest open-string reference, A2 at 110.00 Hz, and converts the ratio to cents: 1200 x log2(111.0 / 110.0) = 15.7, which rounds to 16 cents above the reference. Positive means sharp.