nttcslab-sp-admin
nttcslab-sp-admin
Thank you for using our tool. Could show me the error log?
Maybe your wav file has some problem. kaldiio just uses scipy for loading wav file, so you can check it as following: ```bash /usr/bin/sox /path/ui23faz_0102/ui23faz_0102.wav -r 16000 -c 1 -b...
Your wave file has incorrect file size information in the header and scipy.io.wavfile doesn't support such wave file. ``` /usr/bin/sox WARN wav: Premature EOF on .wav input file ``` I...
Maybe, simple reading without `segments` file can performs not so slowly comparing with kaldi, because it is just using `subprocess` for invoking commands and `scipy/python-wave`, but I haven't optimized it...
I created test set almost matching your corpus, but in my environment, it doesn't take such a long time. It performed as same speed as kaldi itself. I was curious...