https://github.com/mlang/tuneit
Command-line instrument tuner
https://github.com/mlang/tuneit
Last synced: 8 months ago
JSON representation
Command-line instrument tuner
- Host: GitHub
- URL: https://github.com/mlang/tuneit
- Owner: mlang
- License: gpl-2.0
- Created: 2013-09-06T09:49:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T12:05:54.000Z (almost 12 years ago)
- Last Synced: 2024-08-14T00:30:33.760Z (almost 2 years ago)
- Language: C
- Size: 279 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
tuneit -- A simple command-line instrument tuner for ALSA and JACK
------------------------------------------------------------------
Introduction:
Tune-It is a very simple command-line based instrument tuner for Linux.
It uses two different algorithms for pitch detection. By default,
a simple and fast Schmitt Trigger based algorithm is used to detect
the fundamental frequency of an instrument. For better and more reliable
results, there is an alternative FFT based algorithm which is much more CPU
intensive.
As audio capture backends ALSA and JACK are supported. By default, tuneit
will try to use the hw:0,0 ALSA device.
Options:
tuneit [OPTIONS...] [captureDevice]
Valid options:
-f Use the more CPU intensive FFT based algorithm
-i List available input ports and exit
-j Use JACK as the audio transport system
-l LATENCY Measurement window size in 1/N seconds (default is 10)
-r RATE Set desired ALSA sample rate (default is 48000)
-t HERTZ Tune the A note of the scale (default is 440.0)
-- Mario Lang