Winamp Equalizer in Banshee 1.2

Posted 3 months, 1 week ago at 11:46 am. 3 comments

The Winamp equalizers presets are the best equalizer settings I have found. The following guide will get the default WinAmp presets working under Banshee 1.2.

1. Download the equalizer presets
wget http://www.mikesplanet.net/files/equalizers.xml.gz

2. Install equalizer presets in Banshee 1.2 (Please note, this will write over existing presets)
gunzip -c equalizers.xml.gz > ~/.config/banshee-1/equalizers.xml

3. Start Banshee, Goto View -> Equalizer and choose what preset you want to use.

3 Replies

  1. Or this one-liner:

    wget -O - http://www.mikesplanet.net/files/equalizers.xml.gz | gunzip -c - > ~/.config/banshee-1/equalizers.xml

  2. Thanks, this is always an issue to get working as expected. I really think that something like this could be included in the upstream release.


Leave a Reply