Home
last modified time | relevance | path

Searched refs:phPAUSE (Results 1 – 19 of 19) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphonemelist.cpp64 if((plist2+1)->sourceix || ((next != 0) && (next->type == phPAUSE))) in SubstitutePhonemes()
271 if((type == phPAUSE) || (type == phVOWEL)) in MakePhonemeList()
478 for(p=plist3+1; p->type != phPAUSE; p++) in MakePhonemeList()
533 if(tr->langopts.vowel_pause && (ph->type != phPAUSE)) in MakePhonemeList()
655 phlist[ix].type = phPAUSE; // terminate with 2 Pause phonemes in MakePhonemeList()
662 phlist[ix].type = phPAUSE; in MakePhonemeList()
H A Dsynth_mbrola.cpp247 other_ph = phoneme_tab[phPAUSE]; // don't match the next phoneme over a word boundary in GetMbrName()
253 ((pr->next_phoneme == '_') && (other_ph->type == phPAUSE))) in GetMbrName()
478 if((ph->type == phPAUSE) && (name == ph->mnemonic)) in MbrolaTranslate()
516 if(ph_next->type == phPAUSE) in MbrolaTranslate()
576 if(next->type == phPAUSE) in MbrolaTranslate()
583 if(next->type == phPAUSE) in MbrolaTranslate()
H A Dsetlengths.cpp610 case phPAUSE: in CalcLengths()
650 if(next->type==phPAUSE && prev->type==phNASAL && !(p->ph->phflags&phFORTIS)) in CalcLengths()
698 if(prev->type == phPAUSE) in CalcLengths()
834 if((next->ph->code == phonPAUSE_VSHORT) && (next2->type == phPAUSE)) in CalcLengths()
H A Dphoneme.h23 #define phPAUSE 0 macro
H A Dsynthesize.cpp102 next_pause.type = phPAUSE; in SynthesizeInit()
1394 if(p->type == phPAUSE) in Generate()
1459 case phPAUSE: in Generate()
1714 if(prev->type != phPAUSE) in Generate()
1796 if(next->type != phPAUSE) in Generate()
H A Dsynthdata.cpp782 return((ph->type == phPAUSE) || (plist_this->synthflags & SFLAG_NEXT_PAUSE)); in InterpretCondition()
791 return(plist[1].sourceix || (plist[1].ph->type == phPAUSE)); in InterpretCondition()
H A Dintonation.cpp986 if((p->type == phPAUSE) && (p->ph->std_length > 50)) in CalcPitches_Tone()
H A Dtranslate.cpp2154 if((word_flags & FLAG_HYPHEN) && (phoneme_tab[*p]->type == phPAUSE)) in TranslateWord2()
H A Ddictionary.cpp1729 if(ph->type == phPAUSE) in SetWordStress()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphonemelist.cpp64 if ((plist2+1)->sourceix || ((next != 0) && (next->type == phPAUSE))) in SubstitutePhonemes()
230 if ((type == phPAUSE) || (type == phVOWEL)) in MakePhonemeList()
397 for (p = plist3+1; p->type != phPAUSE; p++) { in MakePhonemeList()
436 if (tr->langopts.vowel_pause && (ph->type != phPAUSE)) { in MakePhonemeList()
528 phlist[ix].type = phPAUSE; // terminate with 2 Pause phonemes in MakePhonemeList()
535 phlist[ix].type = phPAUSE; in MakePhonemeList()
H A Dsynth_mbrola.cpp169 other_ph = phoneme_tab[phPAUSE]; // don't match the next phoneme over a word boundary in GetMbrName()
175 ((pr->next_phoneme == '_') && (other_ph->type == phPAUSE))) in GetMbrName()
366 if ((ph->type == phPAUSE) && (name == ph->mnemonic)) { in MbrolaTranslate()
399 if (ph_next->type == phPAUSE) in MbrolaTranslate()
450 if (next->type == phPAUSE) in MbrolaTranslate()
456 if (next->type == phPAUSE) { in MbrolaTranslate()
H A Dsetlengths.cpp486 case phPAUSE: in CalcLengths()
518 if (next->type == phPAUSE && prev->type == phNASAL && !(p->ph->phflags&phVOICELESS)) in CalcLengths()
554 } else if (prev->type == phPAUSE) { in CalcLengths()
658 if ((next->ph->code == phonPAUSE_VSHORT) && (next2->type == phPAUSE)) { in CalcLengths()
H A Dsynthesize.cpp95 next_pause.type = phPAUSE; in SynthesizeInit()
1184 if (p->type == phPAUSE) in Generate()
1234 case phPAUSE: in Generate()
1428 } else if (prev->type != phPAUSE) { in Generate()
1501 else if (next->type != phPAUSE) { in Generate()
H A Dphoneme.h127 #define phPAUSE 0 macro
H A Dsynthdata.cpp639 return (ph->type == phPAUSE) || (plist_this->synthflags & SFLAG_NEXT_PAUSE); in InterpretCondition()
643 return plist[1].sourceix || (plist[1].ph->type == phPAUSE); in InterpretCondition()
H A Dintonation.cpp834 if ((p->type == phPAUSE) && (p->ph->std_length > 50)) {
H A Dcompiledata.cpp105 { "isPause", 0, CONDITION_IS_PHONEME_TYPE | phPAUSE },
215 { "pause", tPHONEME_TYPE, phPAUSE },
H A Dtranslate.cpp1585 if ((word_flags & FLAG_HYPHEN) && (phoneme_tab[*p]->type == phPAUSE)) in TranslateWord2()
H A Ddictionary.cpp1436 if (ph->type == phPAUSE) in SetWordStress()