mirror of
https://github.com/Stone-Red-Code/BeatDetector.git
synced 2026-09-04 08:56:06 +02:00
Multiple improvments
This commit is contained in:
@@ -8,4 +8,6 @@ internal class BeatChunk
|
||||
public Stopwatch StopWatch { get; } = new Stopwatch();
|
||||
public List<double> EnergyHistory { get; } = new List<double>();
|
||||
public double AverageDifference { get; set; }
|
||||
|
||||
public int NoBeatCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user