slackbuilds/audio/tuneit
Robby Workman 35521a2da2 audio/tuneit: Miscellaneous cleanups 2010-05-21 01:31:16 -05:00
..
README audio/tuneit: Miscellaneous cleanups 2010-05-21 01:31:16 -05:00
fix_manpage.diff audio/tuneit: Added to 13.0 repository 2010-05-13 00:57:32 +02:00
jack_optional.diff audio/tuneit: Added to 13.0 repository 2010-05-13 00:57:32 +02:00
slack-desc audio/tuneit: Added to 13.0 repository 2010-05-13 00:57:32 +02:00
tuneit.SlackBuild audio/tuneit: Miscellaneous cleanups 2010-05-21 01:31:16 -05:00
tuneit.info audio/tuneit: Added to 13.0 repository 2010-05-13 00:57:32 +02:00

README

tuneit (A simple command-line instrument tuner)

Tune-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.

This uses jack an optional dependency, but it is enabled by default in this 
build script.  If you don't want jack support, then run the script with 
USE_JACK=no in the build environment.

Tip: Unless you're on a really slow ancient system, you probably want
to always run tuneit with the -f option.