Audacious

Winamp Presets for Audacious

Many users of Linux miss the equalizer presets that they had on Windoze applications such as WinAmp. The following terminal scripts will install the WinAmp equalizer presets for Audacious.

To download the WinAmp presets type:

wget http://www.xmms.org/misc/winamp_presets.gz

To install the presets for the Audacious media player type:

gunzip -c winamp_presets.gz > ~/.config/audacious/eq.preset

You can also install these presets for other linux media players that have equalizers such as xmms and BMP media player.

To install the presets for xmms type:

gunzip -c winamp_presets.gz > ~/.xmms/eq.preset

to install the presets for BMP media player type:

gunzip -c winamp_presets.gz > ~/.bmp/eq.preset

Syndicate content