UNPKG

meyda

Version:

Real-time feature extraction for the web audio api

5 lines (4 loc) 142 B
export default function ({ ampSpectrum, chromaFilterBank, }: { ampSpectrum: Float32Array; chromaFilterBank: number[][]; }): number[];