kotlin_speech_features
kotlin_speech_features copied to clipboard
What do loopCounter mean in loadwavfile?
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 it seems no differences for mfcc features.