Home
last modified time | relevance | path

Searched refs:mix_wave_scale (Results 1 – 6 of 6) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp844 if (wdata.mix_wave_scale == 0) { in Wavegen()
851 … char)wdata.mix_wavefile[wdata.mix_wavefile_offset+wdata.mix_wavefile_ix++] * wdata.mix_wave_scale; in Wavegen()
1302 wdata.mix_wave_scale = q[3] & 0xff; in WavegenFill2()
1305 if (wdata.mix_wave_scale == 0) { in WavegenFill2()
H A Dsynthesize.h152 int mix_wave_scale; // 0=2 byte samples member
H A Dklatt.cpp384 if (wdata.mix_wave_scale == 0) {
391 sample = (signed char)wdata.mix_wavefile[wdata.mix_wavefile_ix++] * wdata.mix_wave_scale;
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp1387 if(wdata.mix_wave_scale == 0) in Wavegen()
1397 … char)wdata.mix_wavefile[wdata.mix_wavefile_offset+wdata.mix_wavefile_ix++] * wdata.mix_wave_scale; in Wavegen()
1933 wdata.mix_wave_scale = q[3] & 0xff; in WavegenFill2()
1936 if(wdata.mix_wave_scale == 0) in WavegenFill2()
H A Dsynthesize.h152 int mix_wave_scale; // 0=2 byte samples member
H A Dklatt.cpp501 if(wdata.mix_wave_scale == 0) in parwave()
511 sample = (signed char)wdata.mix_wavefile[wdata.mix_wavefile_ix++] * wdata.mix_wave_scale; in parwave()