eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reece H. Dunn 6d25013c94 CompileReport: Don't generate a report if there are no references. [msvc /analyze] 7 years ago
..
compiledata.c CompileReport: Don't generate a report if there are no references. [msvc /analyze] 7 years ago
compiledict.c maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
compiledict.h compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here. 7 years ago
compilembrola.c Don't copy filepath to buf. [coverity] 7 years ago
dictionary.c LookupDict2: Check if flags is not null before setting it. [msvc /analyze] 7 years ago
dictionary.h Fix building on Windows. 7 years ago
encoding.c Move utf8_out back to translate.c as it is no longer used in tests. 7 years ago
error.c Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
error.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
espeak_api.c headers: add new file compiledict.h with declarations of functions in compiledict.c 7 years ago
espeak_command.c remove more unnecessary speech.h includes 7 years ago
espeak_command.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
event.c remove more unnecessary speech.h includes 7 years ago
event.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
fifo.c Use stdbool instead of int (Issue #8) 7 years ago
fifo.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
ieee80.c ieee80.c: Fix -Wmissing-prototypes warnings (create an ieee80.h header file). 7 years ago
ieee80.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
intonation.c maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
intonation.h headers: add new file intonation.h with declarations of functions in intonation.c 7 years ago
klatt.c Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
klatt.h Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
mbrola.h headers: add new file mbrola.h with declarations of functions in compilembrola.c and synth_mbrola.c 7 years ago
mbrowrap.c remove more unnecessary speech.h includes 7 years ago
mbrowrap.h build: fix duplicated symbol when linking 8 years ago
mnemonics.c encoding.c: Don't crash when passing a NULL string to LookupMnem. 8 years ago
numbers.c maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
numbers.h maintainability: pass current_alphabet as argument to TranslateLetter() instead of using global 7 years ago
phoneme.c Use constants for the phARTICULATION values. 8 years ago
phoneme.h headers: move WordToString() to synthesize.h 7 years ago
phonemelist.c maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals 7 years ago
phonemelist.h maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals 7 years ago
readclause.c maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
readclause.h maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
setlengths.c maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
setlengths.h maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
sintab.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
spect.c maintainability: remove unused externs 7 years ago
spect.h headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
speech.c maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
speech.h Fix building on Windows. 7 years ago
ssml.c Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
ssml.h headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
synth_mbrola.c maintainability: remove unused externs 7 years ago
synthdata.c Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
synthdata.h Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
synthesize.c Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
synthesize.h headers: move WordToString() to synthesize.h 7 years ago
tr_languages.c maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
translate.c maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals 7 years ago
translate.h maintainability: pass current_alphabet as argument to TranslateLetter() instead of using global 7 years ago
voice.h maintainability: remove unused externs 7 years ago
voices.c remove unused int option_tone2 7 years ago
wavegen.c maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
wavegen.h headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago