Home
last modified time | relevance | path

Searched refs:phSIBILANT (Results 1 – 4 of 4) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h44 #define phSIBILANT 0x20 macro
H A Dsetlengths.cpp659 if((p->ph->phflags & phSIBILANT) && next->type==phSTOP && !next->newword) in CalcLengths()
683 …if(prev->type==phVFRICATIVE || prev->type==phFRICATIVE || (prev->ph->phflags & phSIBILANT) || (pre… in CalcLengths()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h178 #define phSIBILANT (1 << phFLAGBIT_SIBILANT) macro
H A Dsetlengths.cpp527 if ((p->ph->phflags & phSIBILANT) && next->type == phSTOP && !next->newword) { in CalcLengths()
543 …if (prev->type == phVFRICATIVE || prev->type == phFRICATIVE || (prev->ph->phflags & phSIBILANT) ||… in CalcLengths()