Home
last modified time | relevance | path

Searched refs:consonant_amp (Results 1 – 8 of 8) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dvoice.h43 int consonant_amp; // amplitude of unvoiced consonants member
H A Dwavegen.cpp70 static int consonant_amp = 26; // 24 variable
1510 value *= (consonant_amp * general_amplitude); // reduce strength of consonant in PlayWave()
1634 consonant_amp = (v->consonant_amp * 26) /100; in WavegenSetVoice()
1637 consonant_amp = consonant_amp*2; // emphasize consonants at low sample rates in WavegenSetVoice()
H A Dvoices.cpp433 voice->consonant_amp = 90; // change from 100 to 90 for v.1.47 in VoiceReset()
983 value = sscanf(p,"%d %d",&voice->consonant_amp, &voice->consonant_ampv); in LoadVoice()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dvoice.h46 int consonant_amp; // amplitude of unvoiced consonants
H A Dwavegen.cpp54 static int consonant_amp = 26; variable
950 value *= (consonant_amp * general_amplitude); // reduce strength of consonant in PlayWave()
1064 consonant_amp = (v->consonant_amp * 26) /100; in WavegenSetVoice()
1066 consonant_amp = consonant_amp*2; // emphasize consonants at low sample rates in WavegenSetVoice()
H A Dvoices.cpp383 voice->consonant_amp = 90; // change from 100 to 90 for v.1.47 in VoiceReset()
829 value = sscanf(p, "%d %d", &voice->consonant_amp, &voice->consonant_ampv); in LoadVoice()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DSpeechSynthesizer_def.h42 oo_INTEGER (consonant_amp) // amplitude of unvoiced consonants
H A DSpeechSynthesizer.cpp106 my consonant_amp = voicet -> consonant_amp;
151 voicet -> consonant_amp = my consonant_amp;