jeffshee / NextGenVisualizer

Audio visualizer library for Android. Written in Kotlin. Light-weight, Flexible, Easy.
Apache License 2.0
59 stars 15 forks source link

FFT bars wriggling around too quickly even to a sinewave #10

Open robster5able opened 2 years ago

robster5able commented 2 years ago

Hi,

I tried out the projekt and I recognized, that the FFT Bars in every viewtype are wriggling around (in level) very quickly, even if i have a constant sinus tone as input signal. Does anyone recognized this issue and knows the reason? I also tried out different fft sizes...

Thanks, Rob

jeffshee commented 2 years ago

Hi, you might want to limit the fps. Back to the day I made this, almost every phone is 60hz. Nowadays there are 90hz, or even 120hz, which is too much I think.