began working on hit detection system
This commit is contained in:
@@ -128,7 +128,7 @@ public class AudioAnalyzer {
|
||||
|
||||
shrinkData();
|
||||
containsData = true;
|
||||
|
||||
Gdx.app.debug("Audio Analyzer", "USING SEED: " + PUID);
|
||||
sender.send(MiniEvents.SPECTRAL_FLUX_DONE);
|
||||
}
|
||||
}
|
||||
@@ -138,7 +138,6 @@ public class AudioAnalyzer {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
Gdx.app.debug("Audio Analyzer", "USING SEED: " + PUID);
|
||||
|
||||
//threshold calculation
|
||||
for (int i = 0; i < UMSpectralFlux.size && work; i++) {
|
||||
|
Reference in New Issue
Block a user