The Guitar Tuner App is a web-based application designed to help musicians tune their guitars quickly and accurately. Utilizing advanced audio processing techniques, it listens to the sound of a guitar string and provides visual feedback on the tuning accuracy.
- Detects pitch in real-time using the device's microphone.
- Provides visual feedback to indicate whether the string is in tune, too high, or too low.
- Vue 3 - The Progressive JavaScript Framework for building user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
To get a local copy up and running, follow these simple steps.
- Clone the repository:
git clone [email protected]:bartomiak/tuner.git
- Navigate to the app's directory:
cd tuner
- Install NPM packages:
npm install
- Run the app in development mode:
npm run dev
Open the app in your web browser, and grant permission to access the microphone. Pluck a guitar string, and the app will indicate the tuning status.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License. See LICENSE for more information.