Home
last modified time | relevance | path

Searched refs:h_switch_sign (Results 1 – 4 of 4) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/s/
H A Dassemb81 ;total += AddSineWaves(waveph, h_switch_sign, maxh, harmspect);
85 ; input: r0=waveph r1=h_switch_sign r2=maxh r3=harmspect
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/h/
H A Dspeech64 int AddSineWaves(int waveph, int h_switch_sign, int maxh, int *harmspect);
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp688 static int h_switch_sign = 0; in Wavegen() local
710 h_switch_sign = 890 / (wdata.pitch >> 12); in Wavegen()
820 total += AddSineWaves(waveph, h_switch_sign, maxh, harmspect); // call an assembler code routine in Wavegen()
824 for (h = 1; h <= h_switch_sign; h++) { in Wavegen()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp1186 static int h_switch_sign = 0; in Wavegen() local
1212 h_switch_sign = 890 / (wdata.pitch >> 12); in Wavegen()
1354 total += AddSineWaves(waveph, h_switch_sign, maxh, harmspect); // call an assembler code routine in Wavegen()
1358 for(h=1; h<=h_switch_sign; h++) in Wavegen()