Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp1155 static int glottal_reduce_tab2[4] = { 0x90, 0xa0, 0xb0, 0xc0 }; // vowel after [?], amp * 1/256 in SetSynth() local
1170 glottal_reduce = glottal_reduce_tab2[(modn >> 8) & 3]; in SetSynth()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp1740 static int glottal_reduce_tab2[4] = {0x90, 0xa0, 0xb0, 0xc0}; // vowel after [?], amp * 1/256 in SetSynth() local
1773 glottal_reduce = glottal_reduce_tab2[(modn >> 8) & 3]; in SetSynth()