Aaron Gutierrez ac039dd477 MIT
2021-12-27 18:17:31 -08:00
MIT
2021-12-27 18:17:31 -08:00
2021-12-27 18:15:25 -08:00
2021-12-27 18:07:37 -08:00
2021-12-27 18:07:37 -08:00
2021-12-27 18:07:37 -08:00

HTML + JavaScript instrument tuner


What

A simple webapp that listens to your microphone, figures out what note you are trying to play, and tells you if that note is in tune.

Why

  • All the free instrument tuner apps seem to have ads
  • Fast Fourier Transforms seemed interesting
  • I was bored

How

This makes use of the Web Audio API's AnalyserNode. I figured all the bits and pieces out following this MDN tutorial

Where

Hosted: tuner.frat.tech Source: aarongut/tuner

Who

Aaron Gutierrez

Description
Instrument tuner webapp
Readme MIT 58 KiB
Languages
JavaScript 82.1%
CSS 6.6%
Python 5.7%
HTML 5.6%