the default EQ should be flat, not this crazy long thing

master
karlstav 6 years ago
parent c782529abd
commit 4fd17de951
  1. 7
      config.c

@ -1,11 +1,6 @@
#define MAX_ERROR_LEN 1024
double smoothDef[64] = {0.8, 0.8, 1, 1, 0.8, 0.8, 1, 0.8, 0.8, 1, 1, 0.8,
1, 1, 0.8, 0.6, 0.6, 0.7, 0.8, 0.8, 0.8, 0.8, 0.8,
0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8,
0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8,
0.7, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6};
double smoothDef[5] = {1, 1, 1, 1, 1};
char *inputMethod, *outputMethod, *channels;

Loading…
Cancel
Save