UNPKG

meyda

Version:

Real-time feature extraction for the web audio api

9 lines (8 loc) 223 B
export default function ({ ampSpectrum, barkScale, numberOfBarkBands, }: { ampSpectrum: Float32Array; barkScale: Float32Array; numberOfBarkBands?: number; }): { specific: Float32Array; total: number; };