Hello all,
I can't understand the code in pocketsphinx/src/programs/continuous.c
I think there is a function that records words from mic, but it compares to what?!!
Can you please tell me what are the modification that I should do I can add path to my model acoustic and .dic ..
I think this function:
ps_decoder_t *ps; cmd_ln_t *config; config = cmd_ln_init(NULL, ps_args(), TRUE, "-hmm", MODELDIR "/hmm/en_US/hub4wsj_sc_8k", "-lm", MODELDIR "/lm/en/turtle.DMP", "-dict", MODELDIR "/lm/en/turtle.dic", NULL); if (config == NULL) return 1;
is the one allows to put path, but where exactely put it in the continuous.c, anyone can please help me to finish this work, please!
Hi, is there anyone to help us? please :s
Log in to post a comment.
Hello all,
I can't understand the code in pocketsphinx/src/programs/continuous.c
I think there is a function that records words from mic, but it compares to
what?!!
Can you please tell me what are the modification that I should do I can add
path to my model acoustic and .dic ..
I think this function:
is the one allows to put path, but where exactely put it in the continuous.c,
anyone can please help me to finish this work, please!
Hi, is there anyone to help us? please :s