melSpectrogram
fun melSpectrogram(signal: FloatArray, sampleRate: Int, fftSize: Int, hopSize: Int, numMels: Int, window: FloatArray = hanningWindow(fftSize)): List<FloatArray>
Computes the Mel-spectrogram of a signal.
Computes the Mel-spectrogram of a signal.