Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp77 #define N_LOWHARM 30 macro
78 static int harm_inc[N_LOWHARM]; // only for these harmonics do we interpolate amplitude between ste…
520 for (h = 1; h < N_LOWHARM; h++) in PeaksToHarmspect()
726 for (h = 1; h < N_LOWHARM && h <= maxh2 && h <= maxh; h++) in Wavegen()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp96 #define N_LOWHARM 30 macro
97 static int harm_inc[N_LOWHARM]; // only for these harmonics do we interpolate amplitude between …
977 for(h=1; h<N_LOWHARM; h++) in PeaksToHarmspect()
1232 for(h=1; h<N_LOWHARM && h<=maxh2 && h<=maxh; h++) in Wavegen()