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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
bpm | readonly | readonly Tempo[] | Array of tempo candidates sorted by confidence | core/types.ts:75 |
threshold | readonly | Threshold | Threshold value used for peak detection | core/types.ts:77 |