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
I have an audio monitor hardware and I can get raw PCM data from it.
How can I use the data as fft plot input?
I'm checking the run() method in SamplingLoop.java file, is it the correct place that I can modify to use raw PCM data as input?