https://github.com/reinerh/guitartools
Collection of small guitar-related tools
https://github.com/reinerh/guitartools
audio guitar-tuner metronome
Last synced: 8 days ago
JSON representation
Collection of small guitar-related tools
- Host: GitHub
- URL: https://github.com/reinerh/guitartools
- Owner: reinerh
- License: gpl-2.0
- Created: 2017-08-13T14:01:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T14:03:19.000Z (about 8 years ago)
- Last Synced: 2025-08-16T10:41:32.098Z (2 months ago)
- Topics: audio, guitar-tuner, metronome
- Language: C
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
guitartools
===========
A collection of small tools that can be useful for guitar players.
It currently includes:
* metronome: Beep in a specified pattern at a constant speed
* tuner: Measure tone frequencies and print nearest note
The tools are using ALSA for playback and recording.
Build dependencies:
* ALSA (e.g. libasound2-dev)
* FFTW 3.x (e.g. libfftw3-dev)
Licensed under GPLv2 or any later version.