} | } | ||||
extern void FreePhData(void); | extern void FreePhData(void); | ||||
extern void FreeVoiceList(void); | |||||
ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Terminate(void) | ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Terminate(void) | ||||
{ | { |
void WavegenSetVoice(voice_t *v); | void WavegenSetVoice(voice_t *v); | ||||
void ReadTonePoints(char *string, int *tone_pts); | void ReadTonePoints(char *string, int *tone_pts); | ||||
void VoiceReset(int control); | void VoiceReset(int control); | ||||
void FreeVoiceList(void); | |||||
#ifdef __cplusplus | #ifdef __cplusplus | ||||
} | } |