Browse Source

maintainability: remove unused externs

master
Juho Hiltunen 7 years ago
parent
commit
9174a2045e
3 changed files with 0 additions and 7 deletions
  1. 0
    2
      src/libespeak-ng/spect.c
  2. 0
    2
      src/libespeak-ng/synth_mbrola.c
  3. 0
    3
      src/libespeak-ng/voice.h

+ 0
- 2
src/libespeak-ng/spect.c View File

#include "spect.h" #include "spect.h"
#include "ieee80.h" #include "ieee80.h"


extern char voice_name[];

static int frame_width; static int frame_width;


static int default_freq[N_PEAKS] = static int default_freq[N_PEAKS] =

+ 0
- 2
src/libespeak-ng/synth_mbrola.c View File



#ifdef INCLUDE_MBROLA #ifdef INCLUDE_MBROLA


extern unsigned char *outbuf;

#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#include <windows.h> #include <windows.h>
#endif #endif

+ 0
- 3
src/libespeak-ng/voice.h View File



} voice_t; } 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 espeak_VOICE current_voice_selected;


extern voice_t *voice; extern voice_t *voice;

Loading…
Cancel
Save