Skip to content

API Reference


API Reference / BpmCandidates

Type Alias: BpmCandidates

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

Defined in: core/types.ts:73

BPM analysis results with tempo candidates

Properties

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

Released under the Apache License 2.0