Home
last modified time | relevance | path

Searched refs:phVOWEL2 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h47 #define phVOWEL2 0x100 // liquid that is considered a vowel macro
H A Dsynthesize.cpp1542 if((prev->type==phVOWEL) || (prev->ph->phflags & phVOWEL2) || (ph->phflags & phPREVOICE)) in Generate()