comparison src/audacious/af_equalizer.c @ 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 060c9865ea17
children
comparison
equal deleted inserted replaced
4301:3f5f638c055b 4304:eb5f10afe3a0
42 6 2.000 kHz 42 6 2.000 kHz
43 7 4.000 kHz 43 7 4.000 kHz
44 8 8.000 kHz 44 8 8.000 kHz
45 9 16.00 kHz 45 9 16.00 kHz
46 */ 46 */
47 #define CF {31.25,62.5,125,250,500,1000,2000,4000,8000,16000} 47 /*#define CF {31.25,62.5,125,250,500,1000,2000,4000,8000,16000}*/
48 #define CF {60, 170, 310, 600, 1000, 3000, 6000, 12000, 14000, 16000}
48 49
49 // Maximum and minimum gain for the bands 50 // Maximum and minimum gain for the bands
50 #define G_MAX +12.0 51 #define G_MAX +12.0
51 #define G_MIN -12.0 52 #define G_MIN -12.0
52 53