Searched refs:phonemes (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/clib/ |
D | srec_arb.c | 119 const char* phonemes, int num_phonemes, in get_modelids_for_pron() argument 132 IF_DEBUG_PRONS(printf("%s get_modelids_for_pron pronunciation %s\n", __FILE__, (char*)phonemes)); in get_modelids_for_pron() 136 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; in get_modelids_for_pron() 139 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]]; in get_modelids_for_pron() 147 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ; in get_modelids_for_pron() 151 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ; in get_modelids_for_pron()
|
/external/srec/srec/include/ |
D | srec_arb.h | 121 int get_modelids_for_pron(srec_arbdata* allotree, const char* phonemes,
|
/external/svox/pico/lib/ |
D | picotok.c | 252 Word phonemes; member 929 …arkupParams[1].paramVal, tok->markupParams[0].paramVal, tok->phonemes, sizeof(tok->phonemes)-1) ==… in tok_interpretMarkup() 931 PICODATA_ITEMINFO2_CMD_START, i2, tok->phonemes); in tok_interpretMarkup() 943 …mapper, tok->markupParams[0].paramVal, PICODATA_XSAMPA, tok->phonemes, sizeof(tok->phonemes)) == P… in tok_interpretMarkup() 945 PICODATA_ITEMINFO2_CMD_START, i2, tok->phonemes); in tok_interpretMarkup()
|