Browse Source

speech.c: Fix -Wmissing-prototypes warnings.

master
Reece H. Dunn 7 years ago
parent
commit
e6c75fa350
2 changed files with 1 additions and 2 deletions
  1. 0
    2
      src/libespeak-ng/speech.c
  2. 1
    0
      src/libespeak-ng/synthesize.h

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

@@ -876,8 +876,6 @@ ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Synchronize(void)
return berr;
}

extern void FreePhData(void);

ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Terminate(void)
{
#ifdef USE_ASYNC

+ 1
- 0
src/libespeak-ng/synthesize.h View File

@@ -487,6 +487,7 @@ extern char mbrola_name[20];
// from synthdata file
unsigned int LookupSound(PHONEME_TAB *ph1, PHONEME_TAB *ph2, int which, int *match_level, int control);
frameref_t *LookupSpect(PHONEME_TAB *this_ph, int which, FMT_PARAMS *fmt_params, int *n_frames, PHONEME_LIST *plist);
void FreePhData(void);

unsigned char *LookupEnvelope(int ix);
espeak_ng_STATUS LoadPhData(int *srate, espeak_ng_ERROR_CONTEXT *context);

Loading…
Cancel
Save