Unsigned char *out_start is a global only used in speech.c.master
| @@ -40,7 +40,6 @@ | |||
| #include "klatt.h" | |||
| extern unsigned char *out_ptr; | |||
| extern unsigned char *out_start; | |||
| extern unsigned char *out_end; | |||
| static int nsamples; | |||
| static int sample_count; | |||
| @@ -65,6 +65,7 @@ | |||
| unsigned char *outbuf = NULL; | |||
| int outbuf_size = 0; | |||
| unsigned char *out_start; | |||
| espeak_EVENT *event_list = NULL; | |||
| int event_list_ix = 0; | |||
| @@ -482,7 +482,6 @@ extern int formant_rate[]; // max rate of change of each formant | |||
| extern SPEED_FACTORS speed; | |||
| extern unsigned char *out_ptr; | |||
| extern unsigned char *out_start; | |||
| extern unsigned char *out_end; | |||
| extern espeak_EVENT *event_list; | |||
| extern t_espeak_callback *synth_callback; | |||
| @@ -113,7 +113,6 @@ static double minus_pi_t; | |||
| static double two_pi_t; | |||
| unsigned char *out_ptr; | |||
| unsigned char *out_start; | |||
| unsigned char *out_end; | |||
| espeak_ng_OUTPUT_HOOKS* output_hooks = NULL; | |||