Home
last modified time | relevance | path

Searched refs:phVOWEL (Results 1 – 22 of 22) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsetlengths.cpp606 type = phVOWEL; in CalcLengths()
661 if(prev->type == phVOWEL) in CalcLengths()
671 if(next->type==phVOWEL) in CalcLengths()
693 if(prev->type == phVOWEL) in CalcLengths()
733 if(prev->type==phVOWEL) in CalcLengths()
740 if(next->type==phVOWEL) in CalcLengths()
770 if(phoneme_list[ix2].type == phVOWEL) in CalcLengths()
788 case phVOWEL: in CalcLengths()
928 if(p->type != phVOWEL) in CalcLengths()
994 if(next2->type == phVOWEL) in CalcLengths()
[all …]
H A Dphonemelist.cpp271 if((type == phPAUSE) || (type == phVOWEL)) in MakePhonemeList()
421 if(ph->type == phVOWEL) in MakePhonemeList()
424 if(ph2->type != phVOWEL) in MakePhonemeList()
449 if(ph->type == phVOWEL) in MakePhonemeList()
452 if(ph2->type != phVOWEL) in MakePhonemeList()
464 if((ph->type == phVOWEL) && (deleted == 0)) in MakePhonemeList()
480 if(p->type == phVOWEL) in MakePhonemeList()
536 if((ph->type != phVOWEL) && (tr->langopts.vowel_pause & 0x200)) in MakePhonemeList()
542 if(next->type == phVOWEL) in MakePhonemeList()
553 if((ph->type == phVOWEL) && ((x = tr->langopts.vowel_pause & 0x03) != 0)) in MakePhonemeList()
[all …]
H A Dsynthdata.cpp546 if(phoneme_tab[plist[0].phcode]->type == phVOWEL) in StressCondition()
553 if(phoneme_tab[plist[1].phcode]->type == phVOWEL) in StressCondition()
605 if(plist->ph->type == phVOWEL) in CountVowelPosition()
696 if(phoneme_tab[plist[which].phcode]->type == phVOWEL) in InterpretCondition()
747 if((which == 0) && (ph->type == phVOWEL)) in InterpretCondition()
806 return(ph->type != phVOWEL); in InterpretCondition()
815 if(plist->ph->type == phVOWEL) in InterpretCondition()
821 return((ph->type == phVOWEL) || (ph->type == phLIQUID) || (ph->phflags & phVOICED)); in InterpretCondition()
838 if(plist->ph->type == phVOWEL) in InterpretCondition()
1031 if(phoneme_tab[plist[1].phcode]->type == phVOWEL) in InterpretPhoneme()
[all …]
H A Dsynthesize.cpp1113 if((this_ph->type == phVOWEL) && (which == 2)) in DoSpect2()
1397 if(p->type != phVOWEL) in Generate()
1416 if(((p->type == phVOWEL) && (translator->langopts.param[LOPT_WORD_MERGE] & 1)) || in Generate()
1445 if((p->type == phVOWEL) && (prev->type==phLIQUID || prev->type==phNASAL)) in Generate()
1469 if(next->type==phVOWEL) in Generate()
1520 if(next->type==phVOWEL) in Generate()
1590 if(next->type==phVOWEL) in Generate()
1649 if(next->type==phVOWEL) in Generate()
1655 if(prev->type==phVOWEL && (p->synthflags & SFLAG_SEQCONTINUE)) in Generate()
1685 if(next->type==phVOWEL) in Generate()
[all …]
H A Dsynth_mbrola.cpp252 ((pr->next_phoneme == 2) && (other_ph->type == phVOWEL)) || in GetMbrName()
511 case phVOWEL: in MbrolaTranslate()
541 if(next->type==phVOWEL) released = 1; in MbrolaTranslate()
568 if(next->type != phVOWEL) in MbrolaTranslate()
H A Ddictionary.cpp609 if((c == '#') && (ph->type == phVOWEL)) in WritePhMnemonic()
755 if((plist->synthflags & SFLAG_SYLLABLE) && (plist->type != phVOWEL)) in GetTranslatedPhonemeString()
1049 if((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) in GetVowelStress()
1162 if((phoneme_tab[*p]->type == phVOWEL) && !(phoneme_tab[*p]->phflags & phNONSYLLABIC)) in ChangeWordStress()
1270 if((phoneme_tab[p[0]]->type == phVOWEL) && !(phoneme_tab[p[0]]->phflags & phNONSYLLABIC)) in SetWordStress()
1344 if(phoneme_tab[final_ph]->type != phVOWEL) in SetWordStress()
1356 if(((mnem != 's') && (mnem !='n')) || phoneme_tab[final_ph2]->type != phVOWEL) in SetWordStress()
1456 if(phoneme_tab[final_ph]->type == phVOWEL) in SetWordStress()
1704 if((tr->langopts.vowel_pause & 0x30) && (ph->type == phVOWEL)) in SetWordStress()
1733 else if(((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) || (*p == phonSYLLABIC)) in SetWordStress()
[all …]
H A Dphoneme.h25 #define phVOWEL 2 macro
H A Dtranslate.cpp1673 if(phoneme_tab[phon]->type == phVOWEL) in CountSyllables()
2236 if(ph->type == phVOWEL) in TranslateWord2()
2295 if((stress >= 4) && (phoneme_tab[ph_list2[n_ph_list2-1].phcode]->type == phVOWEL)) in TranslateWord2()
H A Dnumbers.cpp1683 if((phoneme_tab[(unsigned int)(ph_tens[ix])]->type == phVOWEL) && (next_phtype == phVOWEL)) in LookupNum2()
H A Dintonation.cpp952 if((p->type == phVOWEL) && (p->stresslevel >= 4)) in CalcPitches_Tone()
H A Dtr_languages.cpp1748 if(ph->type == phVOWEL) in ChangePhonemes_ru()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsetlengths.cpp482 type = phVOWEL; in CalcLengths()
528 if (prev->type == phVOWEL) in CalcLengths()
536 if (next->type == phVOWEL) in CalcLengths()
552 if (prev->type == phVOWEL) { in CalcLengths()
581 if (prev->type == phVOWEL) { in CalcLengths()
587 if (next->type == phVOWEL) in CalcLengths()
604 if (phoneme_list[ix2].type == phVOWEL) { in CalcLengths()
618 case phVOWEL: in CalcLengths()
734 if (p->type != phVOWEL) { in CalcLengths()
788 if (next2->type == phVOWEL) in CalcLengths()
[all …]
H A Dphonemelist.cpp230 if ((type == phPAUSE) || (type == phVOWEL)) in MakePhonemeList()
351 if (ph->type == phVOWEL) { in MakePhonemeList()
353 if (ph2->type != phVOWEL) in MakePhonemeList()
373 if (ph->type == phVOWEL) { in MakePhonemeList()
375 if (ph2->type != phVOWEL) in MakePhonemeList()
386 if ((ph->type == phVOWEL) && (deleted == false)) { in MakePhonemeList()
398 if (p->type == phVOWEL) { in MakePhonemeList()
438 if ((ph->type != phVOWEL) && (tr->langopts.vowel_pause & 0x200)) { in MakePhonemeList()
443 if (next->type == phVOWEL) { in MakePhonemeList()
452 if ((ph->type == phVOWEL) && ((x = tr->langopts.vowel_pause & 0x03) != 0)) { in MakePhonemeList()
[all …]
H A Dsynthdata.cpp247 if ((this_ph->type == phVOWEL) && (fmt_params->fmt2_addr == 0) && (fmt_params->use_vowelin)) in LookupSpect()
445 if (phoneme_tab[plist[0].phcode]->type == phVOWEL) in StressCondition()
449 if (phoneme_tab[plist[1].phcode]->type == phVOWEL) in StressCondition()
488 if (plist->ph->type == phVOWEL) in CountVowelPosition()
568 if (phoneme_tab[plist[which].phcode]->type == phVOWEL) { in InterpretCondition()
614 if ((check_endtype) && (ph->type == phVOWEL)) in InterpretCondition()
655 return ph->type != phVOWEL; in InterpretCondition()
661 if (plist->ph->type == phVOWEL) in InterpretCondition()
665 return (ph->type == phVOWEL) || (ph->type == phLIQUID) || (ph->phflags & phVOICED); in InterpretCondition()
822 if (phoneme_tab[plist[1].phcode]->type == phVOWEL) in InterpretPhoneme()
[all …]
H A Dsynthesize.cpp941 if ((this_ph->type == phVOWEL) && (which == 2)) { in DoSpect2()
1186 else if (p->type != phVOWEL) in Generate()
1223 if ((p->type == phVOWEL) && (prev->type == phLIQUID || prev->type == phNASAL)) { in Generate()
1241 if (next->type == phVOWEL) in Generate()
1281 if (next->type == phVOWEL) { in Generate()
1296 if ((prev->type == phVOWEL) || (ph->phflags & phPREVOICE)) { in Generate()
1332 if (next->type == phVOWEL) { in Generate()
1376 if (next->type == phVOWEL) { in Generate()
1379 } else if (prev->type == phVOWEL && (p->synthflags & SFLAG_SEQCONTINUE)) in Generate()
1402 if (next->type == phVOWEL) in Generate()
[all …]
H A Ddictionary.cpp480 if ((c == '#') && (ph->type == phVOWEL)) in WritePhMnemonic()
598 if ((plist->synthflags & SFLAG_SYLLABLE) && (plist->type != phVOWEL)) { in GetTranslatedPhonemeString()
878 if ((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) { in GetVowelStress()
973 if ((phoneme_tab[*p]->type == phVOWEL) && !(phoneme_tab[*p]->phflags & phNONSYLLABIC)) { in ChangeWordStress()
1127 if (phoneme_tab[final_ph]->type != phVOWEL) { in SetWordStress()
1131 if (((mnem != 's') && (mnem != 'n')) || phoneme_tab[final_ph2]->type != phVOWEL) in SetWordStress()
1134 if ((mnem != 's') || phoneme_tab[final_ph2]->type != phVOWEL) in SetWordStress()
1207 if (phoneme_tab[final_ph]->type == phVOWEL) in SetWordStress()
1306 if (phoneme_tab[final_ph]->type == phVOWEL) { in SetWordStress()
1421 if ((tr->langopts.vowel_pause & 0x30) && (ph->type == phVOWEL)) { in SetWordStress()
[all …]
H A Dsynth_mbrola.cpp174 ((pr->next_phoneme == 2) && (other_ph->type == phVOWEL)) || in GetMbrName()
394 case phVOWEL: in MbrolaTranslate()
420 if (next->type == phVOWEL) released = true; in MbrolaTranslate()
444 if (next->type != phVOWEL) { in MbrolaTranslate()
H A Dphoneme.h129 #define phVOWEL 2 macro
H A Dcompiledata.cpp106 { "isVowel", 0, CONDITION_IS_PHONEME_TYPE | phVOWEL },
1912 if (phoneme_out->type != phVOWEL)
2071 if (phoneme_out->type == phVOWEL)
2165 else if (phoneme_out->type == phVOWEL)
2174 if (phoneme_out->type == phVOWEL)
2214 if (phoneme_out->type == phVOWEL)
2283 if (phoneme_out->type == phVOWEL)
H A Dnumbers.cpp1470 if ((phoneme_tab[(unsigned int)(ph_tens[ix])]->type == phVOWEL) && (next_phtype == phVOWEL)) in LookupNum2()
1477 if ((ix > 0) && (phoneme_tab[(unsigned char)(ph_out[ix-1])]->type == phVOWEL)) in LookupNum2()
H A Dtranslate.cpp1221 if (phoneme_tab[phon]->type == phVOWEL) in CountSyllables()
1645 if (ph->type == phVOWEL) { in TranslateWord2()
1691 if ((stress >= 4) && (phoneme_tab[ph_list2[n_ph_list2-1].phcode]->type == phVOWEL)) in TranslateWord2()
H A Dintonation.cpp805 if ((p->type == phVOWEL) && (p->stresslevel >= 4)) {