Mercurial > audlegacy
changeset 4304:eb5f10afe3a0
swith to original xmms band frequencies
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Sun, 24 Feb 2008 18:35:40 +0300 |
parents | 3f5f638c055b |
children | 59b573234ba2 |
files | src/audacious/af_equalizer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/af_equalizer.c Sat Feb 23 16:37:34 2008 +0300 +++ b/src/audacious/af_equalizer.c Sun Feb 24 18:35:40 2008 +0300 @@ -44,7 +44,8 @@ 8 8.000 kHz 9 16.00 kHz */ -#define CF {31.25,62.5,125,250,500,1000,2000,4000,8000,16000} +/*#define CF {31.25,62.5,125,250,500,1000,2000,4000,8000,16000}*/ +#define CF {60, 170, 310, 600, 1000, 3000, 6000, 12000, 14000, 16000} // Maximum and minimum gain for the bands #define G_MAX +12.0