diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-02-06 01:33:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 01:33:42 -0600 |
commit | 059becca1b65c52c036c0af9201ee808ec8d4872 (patch) | |
tree | 51b25fe8b94a77dcea22bd7b77bbb4ad8c34b5b2 /audio/alsaequal/README | |
parent | 9ff19b47059b12ea3bc26812f98b76112bd4cba2 (diff) |
audio/alsaequal: Added (10 Band Graphical Equalizer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/alsaequal/README')
-rw-r--r-- | audio/alsaequal/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/alsaequal/README b/audio/alsaequal/README new file mode 100644 index 000000000000..14ab7b69e753 --- /dev/null +++ b/audio/alsaequal/README @@ -0,0 +1,13 @@ +equal is a real-time adjustable equalizer plugin for ALSA. It can be +adjusted using an ALSA compatible mixer like alsamixergui or alsamixer. + +Alsaequal uses the Eq CAPS LADSPA Plugin as it's default equalizer +but you can change it to use almost any LADSPA plugin like mbeq from +the swh-plugin package. Though alsaequal is primarily intended to be +used as an equalizer you should be able to use it to control any +LADSPA plugin. It's similar in functionality to the LADSPA plugin +provided with ALSA but allows for real-time controls as opposed to +static controls defined in the asoundrc file. + +See the included asoundrc.example in the docs directory for ways of +setting up alsa. |