You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ANR happens when 64 points is chosen as the number of FFT points.
I believe it's happening because the method
notifyListenersOnFFTSamplesAvailableForDrawing() is getting called gazillion of
times in a second. Perhaps if we change the way the panel is updated fixes this
problem, i.e., instead of getting called every time samples are available we
should call notifyListenersOnFFTSamplesAvailableForDrawing() every x seconds,
maybe 500 ms.
Original issue reported on code.google.com by [email protected] on 3 Feb 2012 at 9:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Feb 2012 at 9:58The text was updated successfully, but these errors were encountered: