removed some debug spam
This commit is contained in:
parent
373a524010
commit
41f0fd3e0c
@ -28,7 +28,6 @@ public class VisualizerCore implements Disposable {
|
||||
while (mm.getPlaybackIndexPosition() > mm.getCurrentReadWindowIndex()) {
|
||||
mm.readSamples(audioPCM);
|
||||
fft.realForward(audioPCM);
|
||||
System.out.println(mm.getPlaybackIndexPosition() + " " + mm.getCurrentReadWindowIndex());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user