/external/srec/tools/make_cfst/ |
make_cfst.cpp | 67 unsigned char cphon; local 148 cphon = allotree->pdata[cphonId].code; 149 printf("processing phoneme %d of %d %d %c\n", cphonId, allotree->num_phonemes, cphon, cphon); 155 if( 1|| cphon=='a') { //22222 165 if(do_show_text) printf("%c %c %c hmm%03d_%c %d %d %d\n", lphon, cphon, rphon, modelId, cphon, lphonId, cphonId, rphonId); 168 minifst[ modelId].phonemeCode = cphon; 180 cphon = minifst[modelId].phonemeCode; 183 myCfst.AddArc( stateN, fst::StdArc(cphon,modelId,0.0,stateNp1)) [all...] |
/external/srec/tools/grxmlcompile/ |
vocab.cpp | 189 char cphon; local 197 cphon = pron.at(0); 213 cphon = pron.at(picIndex); 214 pic = lphon + cphon + rphon; 224 char cphon; local 237 cphon = pron.at(0); 245 cphon = pron.at(1); 247 int id = CA_ArbdataGetModelIdsForPIC( acoustic.getCAModelHandle(), lphon, cphon, rphon ); 249 std::cout <<"DEBUG model id: " << lphon <<cphon << rphon << " "<< id << std::endl;
|
/external/srec/srec/clib/ |
srec_arb.c | 39 int question_check(srec_question* quest, phonemeID lphon, phonemeID cphon, phonemeID rphon) 66 int get_modelid_for_pic(srec_arbdata* allotree, phonemeID lphon, phonemeID cphon, phonemeID rphon) 69 tree_node* tnode = allotree->pdata[cphon].model_nodes; 73 lphon, cphon, rphon); 124 phonemeID lphon, cphon, rphon; local 136 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; 139 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; 141 if(cphon == MAXphonemeID) 156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon); 160 allotree->pdata[cphon].code, allotree->pdata[rphon].code [all...] |
/external/srec/srec/include/ |
srec_arb.h | 119 phonemeID lphon, phonemeID cphon, phonemeID rphon);
|
simapi.h | [all...] |
/external/srec/srec/ca/ |
syn_srec.c | 275 const char cphon, 289 cphon_ID = (phonemeID)allotree->phoneme_index[(const unsigned char)cphon];
|