Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rl4444/digital-guitar-tuner
- Owner: RL4444
- Created: 2024-09-08T08:37:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T17:26:14.000Z (4 months ago)
- Last Synced: 2024-10-31T11:06:01.305Z (2 months ago)
- Topics: electron, react, ui-design, webaudio-api, webpack
- Language: JavaScript
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_APITo 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