Class DownbeatResult<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Result of downbeat detection.
public class DownbeatResult<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
DownbeatResult<T>
- Inherited Members
Properties
DownbeatTimes
Gets or sets the downbeat positions in seconds.
public IReadOnlyList<double> DownbeatTimes { get; set; }
Property Value
MeasureStarts
Gets or sets the measure boundaries in seconds.
public IReadOnlyList<double> MeasureStarts { get; set; }
Property Value
TimeSignature
Gets or sets the detected time signature.
public TimeSignature TimeSignature { get; set; }