onsetDetect
onsetDetect(
audioData,sampleRate,__namedParameters?):object
Defined in: packages/pleco-xa/src/scripts/xa-onset.js:30
onset_detect() — fast spectral flux-based onset detection
Parameters
Section titled “Parameters”audioData
Section titled “audioData”any
sampleRate
Section titled “sampleRate”any
__namedParameters?
Section titled “__namedParameters?”delta?
Section titled “delta?”number = 0.07
frameLength?
Section titled “frameLength?”number = 2048
hopLength?
Section titled “hopLength?”number = 512
number = 20
Returns
Section titled “Returns”object
onsetFrames
Section titled “onsetFrames”onsetFrames:
number[]
onsetStrength
Section titled “onsetStrength”onsetStrength:
Float32Array<any>
onsetTimes
Section titled “onsetTimes”onsetTimes:
number[]