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 dcc43bc30a Support _emoji dictionary lists for symbol and emoji pronunciations. 8 years ago
..
compiledata.c Rename the isVel check to isVelar. 8 years ago
compiledict.c Support _emoji dictionary lists for symbol and emoji pronunciations. 8 years ago
compilembrola.c Don't write random bytes to the end of _phtrans files. 8 years ago
dictionary.c Fix non-Latin character languages falling back to English when reading Latin characters. 8 years ago
encoding.c Make the encoding.h API public. 8 years ago
error.c encoding.c: Create a string decoding API; support US-ASCII decoding. 8 years ago
error.h phoneme: pass the feature enum value to phoneme_add_feature. 8 years ago
espeak_api.c Make the encoding.h API public. 8 years ago
espeak_command.c Build a test version of libespeak-ng that exposes the internal APIs. 8 years ago
espeak_command.h Remove includes from internal header files. 9 years ago
event.c Mutex needs to be locked when waiting on the condition variable. 9 years ago
event.h Move the clock_gettime2 and add_time_in_ms definitions to event.h. 9 years ago
fifo.c Build a test version of libespeak-ng that exposes the internal APIs. 8 years ago
fifo.h Remove includes from internal header files. 9 years ago
ieee80.c Use an Open Source implementation of ieee80.c. 9 years ago
intonation.c Make the encoding.h API public. 8 years ago
klatt.c Moved speak_lib.h to espeak-ng directory 9 years ago
klatt.h Use M_PI instead of PI. 9 years ago
mbrowrap.c Remove unused variables. 9 years ago
mbrowrap.h The PROC* typedefs are no longer used, so remove them. 9 years ago
mnemonics.c encoding.c: Don't crash when passing a NULL string to LookupMnem. 8 years ago
numbers.c Make the encoding.h API public. 8 years ago
phoneme.c Use constants for the phARTICULATION values. 8 years ago
phoneme.h Use constants for the phARTICULATION values. 8 years ago
phonemelist.c Make the encoding.h API public. 8 years ago
readclause.c Make the encoding.h API public. 8 years ago
setlengths.c Make the encoding.h API public. 8 years ago
sintab.h Add copyright notices to files that are missing them. 9 years ago
spect.c Fix running espeak-ng on big-endian architectures. 8 years ago
spect.h Return an espeak_ng_STATUS code in LoadSpectSeq. 9 years ago
speech.c Make the encoding.h API public. 8 years ago
speech.h Group the LookupMnem API implementations into mnemonics.c. 8 years ago
synth_mbrola.c Make the encoding.h API public. 8 years ago
synthdata.c Make the encoding.h API public. 8 years ago
synthesize.c Make the encoding.h API public. 8 years ago
synthesize.h Use the text decoder object at the top-level Synthesize/espeak_TextToPhonemes call, not in TranslateClause. 8 years ago
tokenizer.c tokenizer.c: Support general symbol tokens. 8 years ago
tr_languages.c Remove voice/language support for alphabet2. 8 years ago
translate.c Support multi-word text replacements in dictionary list files. 8 years ago
translate.h Remove the now unused dictdialect functionality from the code. 8 years ago
voice.h WVoiceChanged is not used, so remove it. 9 years ago
voices.c Remove voice/language support for alphabet2. 8 years ago
wavegen.c Fix indentation in wavegen.c. 8 years ago