Home
last modified time | relevance | path

Searched refs:phNOPAUSE (Results 1 – 7 of 7) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h56 #define phNOPAUSE 0x1000000 macro
H A Dsetlengths.cpp641 if((prev->type == phVOWEL) && (p->ph->phflags & phNOPAUSE)) in CalcLengths()
735 if(!(p->ph->phflags & phNOPAUSE)) in CalcLengths()
H A Dsynthesize.cpp1417 (p->ph->phflags & phNOPAUSE)) in Generate()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h187 #define phNOPAUSE (1 << phFLAGBIT_NOPAUSE) macro
H A Dsetlengths.cpp513 if ((prev->type == phVOWEL) && (p->ph->phflags & phNOPAUSE)) { in CalcLengths()
582 if (!(p->ph->phflags & phNOPAUSE)) in CalcLengths()
H A Dsynthesize.cpp1203 (p->ph->phflags & phNOPAUSE)) { in Generate()
H A Dcompiledata.cpp283 { "nopause", tPHONEME_FLAG, phNOPAUSE },