and then NOTHING HAPPENS even though cpu usage is close to 100% (I left it going for an hour or so). There are only 2 sentences being trained on and the wav files are in 16khz, S16_LE format. Is this what is supposed to happen? Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! When I run make_feats on my .fileids file, i get a list of values for settings that are being used, then I get the following:
[INFO] wave2feats.c(127)...something...(imp001.wav.sph)
and then NOTHING HAPPENS even though cpu usage is close to 100% (I left it going for an hour or so). There are only 2 sentences being trained on and the wav files are in 16khz, S16_LE format. Is this what is supposed to happen? Thanks!
solved...used sox to convert wav files to .sph (nist sphere)
Just noticed a similar post...perhaps it is my wav file format, which I recorded using:
arecord -f S16_LE -r 16 imp001.wav
Trying again.