HI,
I'd like to understand how can I smooth values: in particular FFT values. I'm using Minim library for a reactive video with music. For example, checking the console with println(fft.getBand(1), I can see that the numbers range from high to low too quickly (20.434664,13.539619, 9.14274, 0.24576, 29.752283, 31.745985); the results is a epileptic video
How can I smooth these values?