A guitar tuner built for the web.
- Tune guitar to both Standard and Drop D tuning
- See exact frequency of current audio input
- Free
- Serverless
Uses an Average Magnitude Difference Function to determine the frequency from a set of samples.
- Build using Angular:
ng build --output-path docs --base-href /guitar-tuner/
- In
/docs/
copyindex.html
and rename the copy404.html
for compatibility with GitHub Pages:cp ./docs/index.html ./docs/404.html
More on deploying Angular apps can be found here.
- Open
https://www.macabresoft.com/guitar-tuner/
in Chrome - Tap the three dots in the upper right corner for options
- Select
Install app
from the drop-down
You can now pin a standalone version of the app to your home screen. This will continue to work offline.
- Open
https://www.macabresoft.com/guitar-tuner/
in Chrome - In the address bar, click an icon with a down arrow in front of a computer monitor
- Follow instructions to install the app
You now have a standalone version of the app installed on windows. This will continue to work offline.