Home
last modified time | relevance | path

Searched refs:phVSTOP (Results 1 – 11 of 11) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h28 #define phVSTOP 5 macro
H A Dsetlengths.cpp682 case phVSTOP: in CalcLengths()
757 if(next->type == phVSTOP) in CalcLengths()
866 …if((next->type == phNASAL) && (next2->type == phSTOP || next2->type == phVSTOP) && (next3->ph->phf… in CalcLengths()
H A Dphonemelist.cpp255 else if((type==phVSTOP) || type==(phVFRICATIVE)) in MakePhonemeList()
639 …if(ph->type==phVOWEL || ph->type==phLIQUID || ph->type==phNASAL || ph->type==phVSTOP || ph->type==… in MakePhonemeList()
H A Dsynth_mbrola.cpp553 case phVSTOP: in MbrolaTranslate()
H A Dsynthesize.cpp1514 case phVSTOP: in Generate()
1756 if(prev->type == phVSTOP || prev->type == phVFRICATIVE) in Generate()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsetlengths.cpp542 case phVSTOP: in CalcLengths()
598 if (next->type == phVSTOP) in CalcLengths()
683 …if ((next->type == phNASAL) && (next2->type == phSTOP || next2->type == phVSTOP) && (next3->ph->ph… in CalcLengths()
H A Dphonemelist.cpp222 } else if ((type == phVSTOP) || type == (phVFRICATIVE)) { in MakePhonemeList()
513 …if (ph->type == phVOWEL || ph->type == phLIQUID || ph->type == phNASAL || ph->type == phVSTOP || p… in MakePhonemeList()
H A Dphoneme.h132 #define phVSTOP 5 macro
H A Dsynth_mbrola.cpp431 case phVSTOP: in MbrolaTranslate()
H A Dsynthesize.cpp1275 case phVSTOP: in Generate()
1466 if (prev->type == phVSTOP || prev->type == phVFRICATIVE) { in Generate()
H A Dcompiledata.cpp110 { "isVStop", 0, CONDITION_IS_PHONEME_TYPE | phVSTOP },
2277 phoneme_out->type = phVSTOP;