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.
Samuel Thibault e5b52dbd36
AppendPhonemes: Skip cleared item in phoneme_tab (#2091)
1 year ago
..
CMakeLists.txt cmake: add default data path from CMAKE_INSTALL_PREFIX 2 years ago
common.c Add public API to seed PRNG 3 years ago
common.h Add PRNG and use it instead of rand() 3 years ago
compiledata.c code cleanup: fix -Wnewline-eof 3 years ago
compiledict.c compiledict: make rgroup_sorter not depend on allocator (#2071) 1 year ago
compiledict.h code cleanup: localize compiledict static objects 3 years ago
compilembrola.c cleanup: remove duplicate StringToWord() 3 years ago
config.h.in build: support building with cmake 3 years ago
dictionary.c AppendPhonemes: Skip cleared item in phoneme_tab (#2091) 1 year ago
dictionary.h Add stress marks to phoneme events (#1700) 1 year ago
encoding.c Fix the replacement character in the input string (#2024) 1 year ago
error.c code cleanup: move strncpy0 to common.c 3 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 3 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 3 years ago
event.h fixed spelling mistakes 5 years ago
fifo.c code cleanup: fix code-in-asserts for NDEBUG 3 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: more consts, less statics 2 years ago
intonation.h headers: add new file intonation.h with declarations of functions in intonation.c 7 years ago
klatt.c klatt: Fix out-of-bound access (#2074) 1 year ago
klatt.h code cleanup: use statics and consts when possible 3 years ago
langopts.c code cleanup: fix variables initialization 2 years ago
langopts.h cleanup: move LoadConfig to langopts.c 3 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 mbrola_is_idle: Make /proc checks work with Solaris /proc 1 year 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 LookupLetter: Fix ph_buf3 buffer (#2089) 1 year ago
numbers.h code cleanup: move TranslateLetter() and others to translateword.c 3 years ago
phoneme.c Use constants for the phARTICULATION values. 9 years ago
phoneme.h code cleanup: static current_phoneme_table 3 years ago
phonemelist.c Avoid underflowing ph_list3 (#2082) 1 year ago
phonemelist.h Revert "maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals" 5 years ago
readclause.c ssml: Avoid spurious voice change event 1 year ago
readclause.h code cleanup: reduce return of static buffers 3 years ago
sPlayer.c code cleanup: fix -Wstrict-prototypes 3 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 3 years ago
soundicon.c code cleanup: standartize definitions 3 years ago
soundicon.h bugfix: allow both SSSML <audio> and soundicon punctuation 4 years ago
spect.c Fix inclusion of <sys/endian.h> (#2000) 1 year ago
spect.h code cleanup: remove unused #defines 3 years ago
speech.c ssml: support break time multiplier 2 years ago
speech.h Apply fix from #1705 1 year ago
ssml.c VoiceFromStack: Also pass the identifier along the voice name 1 year ago
ssml.h code cleanup: move ssml reference handling logic to a new function ParseSsmlReference() 5 years ago
synth_mbrola.c Avoid underflowing ph_list3 (#2082) 1 year ago
synthdata.c Avoid underflowing ph_list3 (#2082) 1 year ago
synthdata.h Avoid underflowing ph_list3 (#2082) 1 year ago
synthesize.c Avoid underflowing ph_list3 (#2082) 1 year ago
synthesize.h code cleanup: more consts, less statics 2 years ago
tr_languages.c Add Shavian script support 1 year ago
translate.c TranslateClauseWithTerminator: Also check against \0 (#2090) 1 year ago
translate.h Add Shavian script support 1 year ago
translateword.c code cleanup: reduce return of static buffers 3 years ago
translateword.h Typo 3 years ago
voice.h code cleanup: static current_voice_selected 3 years ago
voices.c SelectVoice: Also try to select an mbrola voice when we are told to 1 year ago
wavegen.c libsonic: Fix support on big-endian archs (#2076) 1 year ago
wavegen.h Add KlattFiniSP 3 years ago