Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp1154 static int glottal_reduce_tab1[4] = { 0x30, 0x30, 0x40, 0x50 }; // vowel before [?], amp * 1/256 in SetSynth() local
1166 glottal_reduce = glottal_reduce_tab1[(modn >> 8) & 3]; in SetSynth()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp1738 static int glottal_reduce_tab1[4] = {0x30, 0x30, 0x40, 0x50}; // vowel before [?], amp * 1/256 in SetSynth() local
1768 glottal_reduce = glottal_reduce_tab1[(modn >> 8) & 3]; in SetSynth()