changed ranges on audio analyzer

This commit is contained in:
Harrison Deng 2017-07-24 23:42:47 -05:00
parent 247d87e9d1
commit e6b3960e7e

View File

@ -68,9 +68,9 @@ public class AudioAnalyzer {
umThresholdMultiplier = 1.5f;
bassBinBegin = 1;
bassBinEnd = 16;
bassBinEnd = 14;
UMBinBegin = 200;
UMBinBegin = 15;
UMBinEnd = 512;
bassThresholdCalcRange = thresholdRangeCalc(0.28f);