UNPKG

web-audio-beat-detector

Version:

A beat detection utility which is using the Web Audio API.

4 lines 219 B
import { load } from 'web-audio-beat-detector-broker'; export declare const analyze: ReturnType<typeof load>['analyze']; export declare const guess: ReturnType<typeof load>['guess']; //# sourceMappingURL=module.d.ts.map