estimateGlobalTempo
estimateGlobalTempo(
onsetEnvelope,sr):Promise<{bpm:number;candidates:object[];confidence:number; }>
Defined in: packages/pleco-xa/src/scripts/xa-bpm-algorithm.js:121
Estimate global tempo using autocorrelation
Parameters
Section titled “Parameters”onsetEnvelope
Section titled “onsetEnvelope”any
any
Returns
Section titled “Returns”Promise<{ bpm: number; candidates: object[]; confidence: number; }>