diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-29 17:19:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:05 +0700 |
commit | cc3f6d59859ad98f617bd307c12126d87529b1d1 (patch) | |
tree | fcdbb81ae1a0041a433cb3edcf7b4d17c3bc4cc2 /audio/lingot/README | |
parent | a19b873616fd7577ddfae7b735d04c9ff7a4db3d (diff) |
audio/lingot: Updated for version 1.1.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lingot/README')
-rw-r--r-- | audio/lingot/README | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/audio/lingot/README b/audio/lingot/README index fb7aa7eb5257b..717b3c3696dab 100644 --- a/audio/lingot/README +++ b/audio/lingot/README @@ -4,13 +4,19 @@ Lingot is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. -By default, this script builds lingot with JACK support, meaning jack is -required. Most people who connect musical instruments to their Slackware -box will want JACK, since it's required by most serious studio apps -(e.g. ardour). +lingot can use JACK, PulseAudio, ALSA, or OSS for audio input. -If you want to build without JACK support, set JACK=no in the script's -environment. The resulting package will only support OSS and ALSA audio. +By default, this script builds lingot with JACK support, meaning jack +is required. Most people who connect musical instruments to their +Slackware box will want JACK, since it's required by most serious +studio apps (e.g. ardour). You can disable JACK by setting JACK=no in +the environment. + +PulseAudio is enabled by default. You can disable it with PULSE=no in +the environment. + +OSS is disabled by default, since not many people still use it. You +can enable it with OSS=yes in the environment. This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This |