changed ranges on audio analyzer
This commit is contained in:
parent
247d87e9d1
commit
e6b3960e7e
@ -68,9 +68,9 @@ public class AudioAnalyzer {
|
|||||||
umThresholdMultiplier = 1.5f;
|
umThresholdMultiplier = 1.5f;
|
||||||
|
|
||||||
bassBinBegin = 1;
|
bassBinBegin = 1;
|
||||||
bassBinEnd = 16;
|
bassBinEnd = 14;
|
||||||
|
|
||||||
UMBinBegin = 200;
|
UMBinBegin = 15;
|
||||||
UMBinEnd = 512;
|
UMBinEnd = 512;
|
||||||
|
|
||||||
bassThresholdCalcRange = thresholdRangeCalc(0.28f);
|
bassThresholdCalcRange = thresholdRangeCalc(0.28f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user