Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynth_mbrola.cpp40 extern void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
234 SetPitch2(voice, pitch1, pitch2, &pitch_base, &pitch_range); in WritePitch()
H A Dsynthesize.h469 void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
H A Dwavegen.cpp1091 void SetPitch2(voice_t *v, int pitch1, int pitch2, int *pitch_base, int *pitch_range) in SetPitch2() function
1136 SetPitch2(wvoice, pitch1, pitch2, &wdata.pitch_base, &wdata.pitch_range); in SetPitch()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynth_mbrola.cpp43 extern void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
320 SetPitch2(voice, pitch1, pitch2, &pitch_base, &pitch_range); in WritePitch()
H A Dwavegen.cpp1662 void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range) in SetPitch2() function
1718 SetPitch2(wvoice, pitch1, pitch2, &wdata.pitch_base, &wdata.pitch_range); in SetPitch()