Tune your guitar, bass, ukulele or violin with your microphone — or use chromatic mode for any instrument.
Play one string at a time and watch the needle. When the note name matches the string you are tuning and the needle sits in the green centre zone, that string is in tune. The number under the note is the deviation in cents — one cent is one hundredth of a semitone, so anything inside ±5 cents is inaudibly close to perfect.
| Instrument | Strings (low to high) | A4 = |
|---|---|---|
| Guitar | E2 · A2 · D3 · G3 · B3 · E4 | 440 Hz |
| Bass (4-string) | E1 · A1 · D2 · G2 | 440 Hz |
| Ukulele | G4 · C4 · E4 · A4 (re-entrant) | 440 Hz |
| Violin | G3 · D4 · A4 · E5 | 440 Hz |
The page listens through your microphone, measures the fundamental frequency of the note using the YIN pitch-detection algorithm, and converts it to the nearest note on the equal-tempered scale. YIN is used instead of simple autocorrelation because it does not jump a whole octave on instruments with strong overtones, which is the most common failure mode of a naive tuner.
Microphone audio never leaves your device. It is analysed frame by frame in the Web Audio API and discarded immediately — there is no recording, no upload and no account.
Ready to play in time? Use the online metronome.