← Back to tuner

About

A free, open-source, ad-free chromatic tuner. Bass and guitar.

Why this exists

Mobile tuner apps are usually freemium — the actually useful features (alternative tunings, adjustable A₄ reference, no ads) sit behind a paywall. This app keeps them free for everyone.

What it does

How it works

The browser's microphone is captured via Web Audio API. Each frame, a 4096-sample window is analyzed using the YIN algorithm (de Cheveigné & Kawahara, 2002): cumulative mean normalized difference function → absolute threshold → parabolic interpolation. A median-of-6 smoothing filter rejects octave jumps and noise. The needle shows cents off the nearest string in your selected tuning.

All processing is local. Nothing leaves your device.

Open source

Full source at github.com/omrihefez/tuner. MIT license. Read, fork, audit, contribute.

Privacy

Privacy policy — short version: we collect nothing.

Built by

Omri Hefez with Meni.