kotlin_speech_features icon indicating copy to clipboard operation
kotlin_speech_features copied to clipboard

This library provides common speech features for ASR including MFCCs and filterbank energies for Android and iOS.

Results 2 kotlin_speech_features issues
Sort by recently updated
recently updated
newest added

Hello, thank you for creating this library. As mentioned, if winfunc = np.hamming, what should I do? Thank you.

I see there is a loop in demo.ui.MainViewModel.loadWavFIle. I can't figure out why `for (i in 0 until loopCounter)` is necessary when reading a wave. I deleted the loop and...