| temp = (int)(out * wdata.amplitude * kt_globals.amp_gain0); // Convert back to integer | temp = (int)(out * wdata.amplitude * kt_globals.amp_gain0); // Convert back to integer | ||||
| // mix with a recorded WAV if required for this phoneme | // mix with a recorded WAV if required for this phoneme | ||||
| signed char c; | |||||
| unsigned char c; | |||||
| int sample; | int sample; | ||||
| if (wdata.mix_wavefile_ix < wdata.n_mix_wavefile) { | if (wdata.mix_wavefile_ix < wdata.n_mix_wavefile) { |