Skip to content

API Reference


API Reference / Tempo

Type Alias: Tempo

ts
type Tempo = {
  tempo: number;
  count: number;
  confidence: number;
};

Defined in: core/types.ts:117

Detected tempo with confidence metrics

Properties

PropertyModifierTypeDescriptionDefined in
temporeadonlynumberDetected tempo in beats per minutecore/types.ts:119
countreadonlynumberNumber of matching intervals (higher = more confident)core/types.ts:121
confidencereadonlynumberConfidence score (0-1 scale)core/types.ts:123

Released under the Apache License 2.0