diff --git a/src/fft.c b/src/fft.c index c20e0a9..98ba2a3 100755 --- a/src/fft.c +++ b/src/fft.c @@ -117,7 +117,7 @@ int i, j, step, k=0; unsigned int avg; - step = inLen/(max)-2; + step = inLen/(max); for(i=0; i do not skip @@ -31,3 +31,7 @@ // subtracted to each component (visualized column) // adjust according to screen height #define REDUCTION 20 + +// adjust lateral shift on screen +// might prevent full borders from being printed, adjust +#define CORRECTION 0