Alsaequal 0.3

Feb 14, 2010
Source: ace
Audio
+1 +3
Current rating:
Alsaequal 0.3 screenshot
Alsaequal is a real-time adjustable equalizer plugin for ALSA sound server. It can be adjusted using any ALSA compatible mixer, e.g. alsamixergui.Alsaequal uses the Eq CAPS LADSPA Plugin for audio processing, actually alsaequal is a generic LADSPA plugin interface with real-time access to the LADSPA controls (the LADSPA plugin included with alsa doesn't allow for real-time controls) but it was developed for and only tested with Eq CAPS LADSPA plugin. You are welcome to try it with other plugins, it may work.Installation:Download the latest version of the plugin and:tar xvjf alsaequal-x.x.tar.bz2cd alsaequal-x.xmakesudo make installUsage:After installing you will have to modify your local .
asoundrc alsa configuration file, adding something like this. If you're not using sound card 0 modify "plughw:0,0" accordingly.ctl.equal { type equal;}pcm.plugequal { type equal; slave.pcm "plughw:0,0";}pcm.equal{ type plug; slave.pcm plugequal;} You can play audio through alsaequal by addressing the plugin by name, e.g.: mpg123 -a equal 06.Back_In_Black.mp3You can adjust the frequency response of the equalizer by using any alsa mixer, e.g.: alsamixer -D equal Requirements: · CAPS LADSPA · ALSA driver What's New in This Release: · Improved support for additional LADSPA plugins, like mbeq, and improved performance.
DOWNLOAD NOW
Comments
Add Comment
Today's Top Linux Application

depfinder
1.2.2

depfinder is an utility that scans Slackware packages and outputs a list of their dependencies. The dependency list can be output to stdout, to a comma separated list in a .dep text file or to a slack-required file with or without version information. As of version 1.0.0, depfinder supports x86_64 systems. This can be enabled by passing an extra parameter in the installation scripts (take a look in the INSTALL file in the source tarball...