#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <getopt.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <ctype.h> | |||||
#include <getopt.h> | |||||
#include <time.h> | |||||
#include <sys/stat.h> | #include <sys/stat.h> | ||||
#include <time.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdarg.h> | |||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <string.h> | |||||
#include <ctype.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <stdarg.h> | |||||
#include <string.h> | |||||
#include <sys/stat.h> | |||||
#include <time.h> | #include <time.h> | ||||
#include <stdint.h> | |||||
#include <unistd.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> | ||||
#include "voice.h" | #include "voice.h" | ||||
#include "spect.h" | #include "spect.h" | ||||
#include <sys/stat.h> | |||||
#include <unistd.h> | |||||
typedef struct { | typedef struct { | ||||
unsigned int value; | unsigned int value; | ||||
char *name; | char *name; |
#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <ctype.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <wctype.h> | #include <wctype.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <ctype.h> | #include <ctype.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <wchar.h> | #include <wchar.h> | ||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdio.h> | |||||
#include <malloc.h> | |||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | |||||
#include <string.h> | #include <string.h> | ||||
#include <malloc.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include "config.h" | #include "config.h" | ||||
#include <stdint.h> | |||||
#include <stdlib.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> | ||||
#include <stdlib.h> | |||||
#include <stdint.h> | |||||
#include "speech.h" | #include "speech.h" | ||||
#include "phoneme.h" | #include "phoneme.h" | ||||
#include "synthesize.h" | #include "synthesize.h" | ||||
#include "translate.h" | #include "translate.h" | ||||
#include "event.h" | #include "event.h" | ||||
static espeak_ERROR status_to_espeak_error(espeak_ng_STATUS status) | static espeak_ERROR status_to_espeak_error(espeak_ng_STATUS status) |
/* | /* | ||||
* Copyright (C) 2007, Gilles Casse <[email protected]> | * Copyright (C) 2007, Gilles Casse <[email protected]> | ||||
* Copyright (C) 2013-2015 Reece H. Dunn | |||||
* Copyright (C) 2013-2016 Reece H. Dunn | |||||
* | * | ||||
* This program is free software; you can redistribute it and/or modify | * This program is free software; you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
#include "config.h" | #include "config.h" | ||||
#include <assert.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <wchar.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include "speech.h" | #include "speech.h" | ||||
#include "espeak_command.h" | #include "espeak_command.h" | ||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <assert.h> | |||||
#include <wchar.h> | |||||
static unsigned int my_current_text_id = 0; | static unsigned int my_current_text_id = 0; | ||||
#include "config.h" | #include "config.h" | ||||
#include <unistd.h> | |||||
#include <assert.h> | #include <assert.h> | ||||
#include <string.h> | |||||
#include <stdlib.h> | |||||
#include <errno.h> | |||||
#include <pthread.h> | #include <pthread.h> | ||||
#include <semaphore.h> | #include <semaphore.h> | ||||
#include <sys/time.h> | |||||
#include <errno.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <sys/time.h> | |||||
#include <unistd.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <unistd.h> | |||||
#include <assert.h> | #include <assert.h> | ||||
#include <string.h> | |||||
#include <stdlib.h> | |||||
#include <errno.h> | |||||
#include <pthread.h> | #include <pthread.h> | ||||
#include <semaphore.h> | #include <semaphore.h> | ||||
#include <wchar.h> | |||||
#include <errno.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <sys/time.h> | #include <sys/time.h> | ||||
#include <time.h> | #include <time.h> | ||||
#include <unistd.h> | |||||
#include <wchar.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include "config.h" | #include "config.h" | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <string.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | |||||
#include <wctype.h> | #include <wctype.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <math.h> | |||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <math.h> | |||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#if defined(_WIN32) || defined(_WIN64) | #if defined(_WIN32) || defined(_WIN64) | ||||
#include <windows.h> | #include <windows.h> | ||||
#endif | |||||
#include "mbrowrap.h" | #include "mbrowrap.h" | ||||
#if defined(_WIN32) || defined(_WIN64) | |||||
HINSTANCE hinstDllMBR = NULL; | HINSTANCE hinstDllMBR = NULL; | ||||
BOOL load_MBR() | BOOL load_MBR() | ||||
#else | #else | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include <errno.h> | |||||
#include <fcntl.h> | |||||
#include <poll.h> | |||||
#include <signal.h> | |||||
#include <stdarg.h> | #include <stdarg.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <unistd.h> | |||||
#include <string.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <signal.h> | |||||
#include <fcntl.h> | |||||
#include <poll.h> | |||||
#include <errno.h> | |||||
#include <string.h> | |||||
#include <sys/types.h> | #include <sys/types.h> | ||||
#include <sys/wait.h> | #include <sys/wait.h> | ||||
#include <unistd.h> | |||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "mbrowrap.h" | |||||
#include "speech.h" | |||||
/* | /* | ||||
* mbrola instance parameters | * mbrola instance parameters |
#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <ctype.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <wchar.h> | #include <wchar.h> | ||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <ctype.h> | #include <ctype.h> | ||||
#include <locale.h> | |||||
#include <math.h> | |||||
#include <stdint.h> | |||||
#include <stdio.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <wctype.h> | |||||
#include <unistd.h> | |||||
#include <wchar.h> | #include <wchar.h> | ||||
#include <math.h> | |||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> | ||||
#include "voice.h" | #include "voice.h" | ||||
#include "translate.h" | #include "translate.h" | ||||
#include <unistd.h> | |||||
#include <locale.h> | |||||
#define N_XML_BUF 500 | #define N_XML_BUF 500 | ||||
static const char *xmlbase = ""; // base URL from <speak> | static const char *xmlbase = ""; // base URL from <speak> |
#include "config.h" | #include "config.h" | ||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdlib.h> | |||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | |||||
#include <wctype.h> | #include <wctype.h> | ||||
#include <stdint.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdio.h> | |||||
#include <math.h> | |||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> | ||||
#include "voice.h" | #include "voice.h" | ||||
#include "spect.h" | #include "spect.h" | ||||
#include <math.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
extern double ConvertFromIeeeExtended(unsigned char *bytes); | extern double ConvertFromIeeeExtended(unsigned char *bytes); | ||||
extern int PeaksToHarmspect(wavegen_peaks_t *peaks, int pitch, int *htab, int control); | extern int PeaksToHarmspect(wavegen_peaks_t *peaks, int pitch, int *htab, int control); | ||||
#include "config.h" | #include "config.h" | ||||
#include "errno.h" | |||||
#include "stdio.h" | |||||
#include "ctype.h" | |||||
#include "string.h" | |||||
#include "stdlib.h" | |||||
#include "wchar.h" | |||||
#include "locale.h" | |||||
#include <assert.h> | #include <assert.h> | ||||
#include <time.h> | |||||
#include <espeak-ng/espeak_ng.h> | |||||
#include <espeak/speak_lib.h> | |||||
#include "speech.h" | |||||
#include <ctype.h> | |||||
#include <errno.h> | |||||
#include <locale.h> | |||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <sys/stat.h> | #include <sys/stat.h> | ||||
#include <time.h> | |||||
#include <unistd.h> | #include <unistd.h> | ||||
#include <wchar.h> | |||||
#ifdef PLATFORM_WINDOWS | #ifdef PLATFORM_WINDOWS | ||||
#include <fcntl.h> | #include <fcntl.h> | ||||
#include <io.h> | #include <io.h> | ||||
#include <winreg.h> | #include <winreg.h> | ||||
#endif | #endif | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include <espeak/speak_lib.h> | |||||
#include "speech.h" | |||||
#include "phoneme.h" | #include "phoneme.h" | ||||
#include "synthesize.h" | #include "synthesize.h" | ||||
#include "voice.h" | #include "voice.h" | ||||
#include "translate.h" | #include "translate.h" | ||||
#include "fifo.h" | #include "fifo.h" | ||||
#include "event.h" | #include "event.h" | ||||
#include "wave.h" | #include "wave.h" |
#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <math.h> | |||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <ctype.h> | |||||
#include <wctype.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <math.h> | |||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <ctype.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <ctype.h> | |||||
#include <wctype.h> | |||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <ctype.h> | #include <ctype.h> | ||||
#include <wctype.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <math.h> | #include <math.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <ctype.h> | #include <ctype.h> | ||||
#include <wctype.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <locale.h> | #include <locale.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <wctype.h> | #include <wctype.h> | ||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <ctype.h> | #include <ctype.h> | ||||
#include <stdint.h> | |||||
#include <stdio.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <stdint.h> | |||||
#include <wctype.h> | |||||
#include <wchar.h> | #include <wchar.h> | ||||
#include <wctype.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include "stdio.h" | |||||
#include "ctype.h" | |||||
#include "wctype.h" | |||||
#include "string.h" | |||||
#include "stdlib.h" | |||||
#include <ctype.h> | |||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include <espeak/speak_lib.h> | |||||
#include "speech.h" | |||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <wctype.h> | |||||
#ifdef PLATFORM_WINDOWS | #ifdef PLATFORM_WINDOWS | ||||
#include "windows.h" | |||||
#include <windows.h> | |||||
#else | #else | ||||
#include "dirent.h" | |||||
#include <dirent.h> | |||||
#endif | #endif | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include <espeak/speak_lib.h> | |||||
#include "speech.h" | |||||
#include "phoneme.h" | #include "phoneme.h" | ||||
#include "synthesize.h" | #include "synthesize.h" | ||||
#include "voice.h" | #include "voice.h" |
#include "config.h" | #include "config.h" | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include <assert.h> | |||||
#include <math.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <string.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <math.h> | |||||
#include <assert.h> | |||||
#include <string.h> | |||||
#include <sys/time.h> | #include <sys/time.h> | ||||
#include <time.h> | #include <time.h> | ||||
#include <unistd.h> | |||||
#ifdef PLATFORM_WINDOWS | #ifdef PLATFORM_WINDOWS | ||||
#include <windows.h> | #include <windows.h> | ||||
#endif | #endif | ||||
#include <unistd.h> | |||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include "wave.h" | #include "wave.h" | ||||
#ifdef NEED_STRUCT_TIMESPEC | #ifdef NEED_STRUCT_TIMESPEC |
// | // | ||||
#include "config.h" | #include "config.h" | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include <assert.h> | |||||
#include <math.h> | |||||
#include <pthread.h> | |||||
#include <pulse/pulseaudio.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <string.h> | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <math.h> | |||||
#include <assert.h> | |||||
#include <string.h> | |||||
#include <sys/time.h> | #include <sys/time.h> | ||||
#include <time.h> | #include <time.h> | ||||
#include <pulse/pulseaudio.h> | |||||
#include <pthread.h> | |||||
#include <unistd.h> | #include <unistd.h> | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include "wave.h" | #include "wave.h" | ||||
enum { | enum { |
#include "config.h" | #include "config.h" | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include <assert.h> | |||||
#include <errno.h> | #include <errno.h> | ||||
#include <fcntl.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | #include <string.h> | ||||
#include <stropts.h> | #include <stropts.h> | ||||
#include <assert.h> | |||||
#include <stdlib.h> | |||||
#include <unistd.h> | |||||
#include <fcntl.h> | |||||
#include <sys/audioio.h> | #include <sys/audioio.h> | ||||
#include <unistd.h> | |||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include "wave.h" | #include "wave.h" | ||||
#define SAMPLE_RATE 22050 | #define SAMPLE_RATE 22050 |
#include "config.h" | #include "config.h" | ||||
#include <stdio.h> | |||||
#include <string.h> | |||||
#include <stdlib.h> | |||||
#include <math.h> | #include <math.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | |||||
#include <stdlib.h> | |||||
#include <string.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> |
#include "config.h" | #include "config.h" | ||||
#include <espeak-ng/espeak_ng.h> | |||||
#include "speech.h" | |||||
#include <ctype.h> | |||||
#include <getopt.h> | |||||
#include <locale.h> | |||||
#include <signal.h> | |||||
#include <stdbool.h> | #include <stdbool.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
#include <ctype.h> | |||||
#include <sys/stat.h> | |||||
#include <time.h> | |||||
#include <unistd.h> | |||||
#ifndef PLATFORM_DOS | #ifndef PLATFORM_DOS | ||||
#ifdef PLATFORM_WINDOWS | #ifdef PLATFORM_WINDOWS | ||||
#endif | #endif | ||||
#endif | #endif | ||||
#include <unistd.h> | |||||
#include <getopt.h> | |||||
#include <time.h> | |||||
#include <signal.h> | |||||
#include <locale.h> | |||||
#include <sys/stat.h> | |||||
#include <espeak-ng/espeak_ng.h> | #include <espeak-ng/espeak_ng.h> | ||||
#include <espeak/speak_lib.h> | #include <espeak/speak_lib.h> | ||||
#include "speech.h" | |||||
#include "phoneme.h" | #include "phoneme.h" | ||||
#include "synthesize.h" | #include "synthesize.h" | ||||
#include "voice.h" | #include "voice.h" |