fixed void circle entity and debug screen stuff
This commit is contained in:
@@ -56,7 +56,6 @@ public class AudioAnalyzer {
|
||||
public AudioAnalyzer() {
|
||||
sender = new MiniSender();
|
||||
|
||||
|
||||
analysisAlgorithm = new Runnable() {
|
||||
|
||||
@Override
|
||||
@@ -359,4 +358,12 @@ public class AudioAnalyzer {
|
||||
public float getsecondsPerWindow() {
|
||||
return secondsPerWindow;
|
||||
}
|
||||
|
||||
public float getBassAvg() {
|
||||
return bassAvg;
|
||||
}
|
||||
|
||||
public float getUmAvg() {
|
||||
return umAvg;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user