aboutsummaryrefslogtreecommitdiff
path: root/audio/tuneit/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tuneit/README')
-rw-r--r--audio/tuneit/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/tuneit/README b/audio/tuneit/README
deleted file mode 100644
index 7bac128c9a6d3..0000000000000
--- a/audio/tuneit/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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.