Home
last modified time | relevance | path

Searched refs:phonVOWELTYPES (Results 1 – 5 of 5) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h91 #define phonVOWELTYPES 28 // 28 to 33 macro
H A Dsynthdata.cpp892 voweltype -= phonVOWELTYPES; in SwitchOnVowelType()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h220 #define phonVOWELTYPES 28 // 28 to 33 macro
H A Dcompiledata.cpp630 { "#@", phonVOWELTYPES }, // vowel type groups, these should be consecutive
631 { "#a", phonVOWELTYPES+1 },
632 { "#e", phonVOWELTYPES+2 },
633 { "#i", phonVOWELTYPES+3 },
634 { "#o", phonVOWELTYPES+4 },
635 { "#u", phonVOWELTYPES+5 },
H A Dsynthdata.cpp704 voweltype -= phonVOWELTYPES; in SwitchOnVowelType()