Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp202 #define N_WAVEMULT 128 macro
208 static unsigned char wavemult[N_WAVEMULT] = {
347 if (wavemult_max > N_WAVEMULT) wavemult_max = N_WAVEMULT; in WavegenInit()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp232 #define N_WAVEMULT 128 macro
238 static unsigned char wavemult[N_WAVEMULT] = {
771 if(wavemult_max > N_WAVEMULT) wavemult_max = N_WAVEMULT; in WavegenInit()