Skip to content

API Reference


API Reference / BpmCandidates

Type Alias: BpmCandidates

ts
type BpmCandidates = {
  bpm: readonly Tempo[];
  threshold: Threshold;
};

Defined in: core/types.ts:84

BPM analysis results with tempo candidates

Properties

PropertyModifierTypeDescriptionDefined in
bpmreadonlyreadonly Tempo[]Array of tempo candidates sorted by confidencecore/types.ts:86
thresholdreadonlyThresholdThreshold value used for peak detectioncore/types.ts:88

Released under the Apache License 2.0