Menu

pocketsphinx application

Help
med
2012-04-11
2012-09-22
  • med

    med - 2012-04-11

    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!

     
  • med

    med - 2012-04-13

    Hi, is there anyone to help us? please :s

     

Log in to post a comment.