hi
I have a problem using the executable make_feats that creates the features files from .wav files in wav directory. I create the wav files with gnoise of linux (44000 MHZ 16 bits and stereo ). when I execute the make_feats program this executable is bloked. I use strace to find out why it is blocked and it shows a lot of lines. in the end appears:
You must remove the -nist option in the script and replace it with -raw option. Then I suggest converting the files to 16bit, mono and 16kHz, Sphinx2 is only able to process files at 16 or 8kHz, either 16 or 8 bit and mono.
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
I have a problem using the executable make_feats that creates the features files from .wav files in wav directory. I create the wav files with gnoise of linux (44000 MHZ 16 bits and stereo ). when I execute the make_feats program this executable is bloked. I use strace to find out why it is blocked and it shows a lot of lines. in the end appears:
fork() = 11261
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x806e2f8, [], 0x4000000}, {SIG_DFL}, 8) = 0
wait4(-1,
How can I solve this???
thanks.........
You must remove the -nist option in the script and replace it with -raw option. Then I suggest converting the files to 16bit, mono and 16kHz, Sphinx2 is only able to process files at 16 or 8kHz, either 16 or 8 bit and mono.
Jan