Type alias AnalyzerComputeBpmOptions

AnalyzerComputeBpmOptions: {
    audioSampleRate: number;
    data: ValidPeaks;
}

Type declaration