Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rl4444/digital-guitar-tuner

Digital guitar tuner Mac/ Windows/ Linux application built using Electron Forge (Javascript), HTML, CSS, Web Audio API and build with the package 'pitchfinder' - https://www.npmjs.com/package/pitchfinder
https://github.com/rl4444/digital-guitar-tuner

electron react ui-design webaudio-api webpack

Last synced: 23 days ago
JSON representation

Digital guitar tuner Mac/ Windows/ Linux application built using Electron Forge (Javascript), HTML, CSS, Web Audio API and build with the package 'pitchfinder' - https://www.npmjs.com/package/pitchfinder

Awesome Lists containing this project

README

        

# DIGITAL GUITAR TUNER #

Digital guitar tuner application built using Electron Forge (Javascript), HTML, CSS, Web Audio API and build with the package 'pitchfinder' - https://www.npmjs.com/package/pitchfinder"

## To Run In Dev Mode ##
- execute `git clone https://github.com/RL4444/digital-guitar-tuner.git` in a terminal directory that you wish to run the app
- install dependencies using `yarn` or `npm install` at the root of the directory
- run app using `yarn start` or `npm run start`
- the app should open like the attached screen shot
- click the `I / O` button on the app UI to begin using the tuner.

![image info](./tuner.png)

Useful links
https://www.electronforge.io
https://www.npmjs.com/package/pitchfinder
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API

To create an production ready app, you can use this resource
https://www.electronforge.io/core-concepts/build-lifecycle
https://stackoverflow.com/questions/31286924/how-to-deploy-an-electron-app-as-an-executable-or-installable-in-windows