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:106

Detected tempo with confidence metrics

Properties

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

Released under the Apache License 2.0