Home
last modified time | relevance | path

Searched refs:phLONG (Results 1 – 6 of 6) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h53 #define phLONG 0x200000 macro
H A Ddictionary.cpp1278 if(lengthened || (phoneme_tab[p[0]]->phflags & phLONG)) in SetWordStress()
1287 …ab[p[1]]->type] && ((phoneme_tab[p[2]]->type != phVOWEL) || (phoneme_tab[p[1]]->phflags & phLONG))) in SetWordStress()
H A Dsynthesize.cpp1031 …OPT_LONG_VOWEL_THRESHOLD]) || (plist->synthflags & SFLAG_LENGTHEN) || (this_ph->phflags & phLONG))) in DoSpect2()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h184 #define phLONG (1 << phFLAGBIT_LONG) macro
H A Ddictionary.cpp1073 if (lengthened || (phoneme_tab[p[0]]->phflags & phLONG)) { in SetWordStress()
1081 …[p[1]]->type] && ((phoneme_tab[p[2]]->type != phVOWEL) || (phoneme_tab[p[1]]->phflags & phLONG))) { in SetWordStress()
H A Dsynthesize.cpp872 …OPT_LONG_VOWEL_THRESHOLD]) || (plist->synthflags & SFLAG_LENGTHEN) || (this_ph->phflags & phLONG))) in DoSpect2()