export default function ({ ampSpectrum, chromaFilterBank, }: {
    ampSpectrum: Float32Array;
    chromaFilterBank: number[][];
}): number[];
