@@ -36,8 +36,6 @@ | |||
#include "spect.h" | |||
#include "ieee80.h" | |||
extern char voice_name[]; | |||
static int frame_width; | |||
static int default_freq[N_PEAKS] = |
@@ -52,8 +52,6 @@ char mbrola_name[20]; | |||
#ifdef INCLUDE_MBROLA | |||
extern unsigned char *outbuf; | |||
#if defined(_WIN32) || defined(_WIN64) | |||
#include <windows.h> | |||
#endif |
@@ -77,9 +77,6 @@ typedef struct { | |||
} voice_t; | |||
// percentages shown to user, ix=N_PEAKS means ALL peaks | |||
extern unsigned short voice_pcnt[N_PEAKS+1][3]; | |||
extern espeak_VOICE current_voice_selected; | |||
extern voice_t *voice; |