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.
Yury Popov 631a8f3fa1
cmake: versioned library install
2 years ago
..
CMakeLists.txt cmake: versioned library install 2 years ago
common.c Add public API to seed PRNG 2 years ago
common.h Add PRNG and use it instead of rand() 2 years ago
compiledata.c code cleanup: fix -Wnewline-eof 2 years ago
compiledict.c code cleanup: next bunch of globals 2 years ago
compiledict.h code cleanup: localize compiledict static objects 2 years ago
compilembrola.c cleanup: remove duplicate StringToWord() 2 years ago
config.h.in build: support building with cmake 2 years ago
dictionary.c code cleanup: next bunch of globals 2 years ago
dictionary.h code cleanup: make LookupFlags() static 2 years ago
encoding.c Constify tables 3 years ago
error.c code cleanup: move strncpy0 to common.c 2 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 code cleanup: Check all local includes with include-what-you-use 5 years ago
espeak_command.c code cleanup: standartize definitions 2 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 code cleanup: fix code-in-asserts for NDEBUG 2 years ago
event.h fixed spelling mistakes 4 years ago
fifo.c code cleanup: fix code-in-asserts for NDEBUG 2 years ago
fifo.h make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
ieee80.c src/libespeak-ng: Replace ieee80.c by a free software implementation 3 years ago
ieee80.h src/libespeak-ng: Replace ieee80.c by a free software implementation 3 years ago
intonation.c code cleanup: fix -Wunused-variable 2 years ago
intonation.h headers: add new file intonation.h with declarations of functions in intonation.c 7 years ago
klatt.c code cleanup: next bunch of globals 2 years ago
klatt.h code cleanup: use statics and consts when possible 2 years ago
langopts.c code cleanup: next bunch of globals 2 years ago
langopts.h cleanup: move LoadConfig to langopts.c 2 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 Import missing function symbol from DLL in mbrola wrapper 5 years ago
mbrowrap.h build: fix duplicated symbol when linking 8 years ago
mnemonics.c Constify tables 3 years ago
mnemonics.h Constify tables 3 years ago
numbers.c Revert "cleanup: fix code smell knownConditionTrueFalse for strlen() >= 0" 2 years ago
numbers.h code cleanup: move TranslateLetter() and others to translateword.c 2 years ago
phoneme.c Use constants for the phARTICULATION values. 8 years ago
phoneme.h code cleanup: static current_phoneme_table 2 years ago
phonemelist.c code cleanup: fix -Wnewline-eof 2 years ago
phonemelist.h Revert "maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals" 4 years ago
readclause.c code cleanup: header detection with has_include 2 years ago
readclause.h code cleanup: reduce return of static buffers 2 years ago
sPlayer.c code cleanup: fix -Wstrict-prototypes 2 years ago
sPlayer.h Add KlattFiniSP 3 years ago
setlengths.c ssml: support break time multiplier 2 years ago
setlengths.h code cleanup: move SetLengthMods to setlengths.c 4 years ago
sintab.h code cleanup: use statics and consts when possible 2 years ago
soundicon.c code cleanup: standartize definitions 2 years ago
soundicon.h bugfix: allow both SSSML <audio> and soundicon punctuation 4 years ago
spect.c code cleanup: dead global in spect 2 years ago
spect.h code cleanup: remove unused #defines 2 years ago
speech.c ssml: support break time multiplier 2 years ago
speech.h code cleanup: standartize definitions 2 years ago
ssml.c ssml: support break time multiplier 2 years ago
ssml.h code cleanup: move ssml reference handling logic to a new function ParseSsmlReference() 4 years ago
synth_mbrola.c code cleanup: standartize definitions 2 years ago
synthdata.c code cleanup: do not compile mbrola if not enabled 2 years ago
synthdata.h code cleanup: use statics and consts when possible 2 years ago
synthesize.c code cleanup: fix -Wmisleading-indentation 2 years ago
synthesize.h code cleanup: standartize definitions 2 years ago
tr_languages.c code cleanup: next bunch of globals 2 years ago
translate.c code cleanup: fix -Wstrict-prototypes 2 years ago
translate.h code cleanup: static phoneme_callback 2 years ago
translateword.c code cleanup: reduce return of static buffers 2 years ago
translateword.h Typo 2 years ago
voice.h code cleanup: static current_voice_selected 2 years ago
voices.c code cleanup: next bunch of globals 2 years ago
wavegen.c wavegen: support higher speech rate in embedded commands 2 years ago
wavegen.h Add KlattFiniSP 3 years ago