Guitar Tuner (2015)
Summary
Guitar Tuner (2015) documents building a browser-based guitar tuner using the Web Audio API and getUserMedia, implemented as Web Components with offline support via a Service Worker. It covers architecture decisions, performance trade-offs in pitch detection (FFT vs autocorrelation), and an open-source approach with code on GitHub.