Home
last modified time | relevance | path

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

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynthesize.h453 extern unsigned char pitch_adjust_tab[MAX_PITCH_VALUE+1];
H A Dwavegen.cpp250 unsigned char pitch_adjust_tab[MAX_PITCH_VALUE+1] = { variable
1682 base = (voice->pitch_base * pitch_adjust_tab[pitch_value])/128; in SetPitch2()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynthesize.h433 extern unsigned char pitch_adjust_tab[MAX_PITCH_VALUE+1];
H A Dwavegen.cpp220 unsigned char pitch_adjust_tab[MAX_PITCH_VALUE+1] = { variable
1110 base = (v->pitch_base * pitch_adjust_tab[pitch_value])/128; in SetPitch2()
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/c/
H A Dspeak_riscos827 extern unsigned char pitch_adjust_tab[MAX_PITCH_VALUE+1];
829 voice->pitch_base = (voice->pitch_base * pitch_adjust_tab[pitch_adjustment])/128;