Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp204 static int wavemult_max = 0; variable
346 wavemult_max = (samplerate * wavemult_fact)/(256 * 50); in WavegenInit()
347 if (wavemult_max > N_WAVEMULT) wavemult_max = N_WAVEMULT; in WavegenInit()
349 wavemult_offset = wavemult_max/2; in WavegenInit()
354 for (ix = 0; ix < wavemult_max; ix++) { in WavegenInit()
355 x = 127*(1.0 - cos((M_PI*2)*ix/wavemult_max)); in WavegenInit()
807 if (cbytes >= 0 && cbytes < wavemult_max) { in Wavegen()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp234 static int wavemult_max=0; variable
770 wavemult_max = (samplerate * wavemult_fact)/(256 * 50); in WavegenInit()
771 if(wavemult_max > N_WAVEMULT) wavemult_max = N_WAVEMULT; in WavegenInit()
773 wavemult_offset = wavemult_max/2; in WavegenInit()
779 for(ix=0; ix<wavemult_max; ix++) in WavegenInit()
781 x = 127*(1.0 - cos(PI2*ix/wavemult_max)); in WavegenInit()
1339 if(cbytes >=0 && cbytes<wavemult_max) in Wavegen()