Home
last modified time | relevance | path

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

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h43 #define phVOICED 0x10 macro
H A Dphonemelist.cpp595 if(ph->phflags & phVOICED) in MakePhonemeList()
H A Dsynthdata.cpp821 return((ph->type == phVOWEL) || (ph->type == phLIQUID) || (ph->phflags & phVOICED)); in InterpretCondition()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h177 #define phVOICED (1 << phFLAGBIT_VOICED) macro
H A Dsynthdata.cpp665 return (ph->type == phVOWEL) || (ph->type == phLIQUID) || (ph->phflags & phVOICED); in InterpretCondition()
H A Dcompiledata.cpp2275 if (phoneme_out->phflags & phVOICED) {