Home
last modified time | relevance | path

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

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h57 #define phPREVOICE 0x2000000 // for voiced stops macro
H A Dsynthesize.cpp1439 if((p->prepause > 0) && !(p->ph->phflags & phPREVOICE)) in Generate()
1482 if(ph->phflags & phPREVOICE) in Generate()
1542 if((prev->type==phVOWEL) || (prev->ph->phflags & phVOWEL2) || (ph->phflags & phPREVOICE)) in Generate()
H A Dphonemelist.cpp639 … || ph->type==phNASAL || ph->type==phVSTOP || ph->type==phVFRICATIVE || (ph->phflags & phPREVOICE)) in MakePhonemeList()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h188 #define phPREVOICE (1 << phFLAGBIT_PREVOICE) macro
H A Dsynthesize.cpp1218 if ((p->prepause > 0) && !(p->ph->phflags & phPREVOICE)) in Generate()
1249 if (ph->phflags & phPREVOICE) { in Generate()
1296 if ((prev->type == phVOWEL) || (ph->phflags & phPREVOICE)) { in Generate()
H A Dphonemelist.cpp513 …type == phNASAL || ph->type == phVSTOP || ph->type == phVFRICATIVE || (ph->phflags & phPREVOICE)) { in MakePhonemeList()
H A Dcompiledata.cpp284 { "prevoice", tPHONEME_FLAG, phPREVOICE },