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 4ecdeefe4b Fix a null pointer dereference in LoadSpectSeq(spect.c). [Coverity] 10 years ago
..
compiledata.c Use the error.h API in LoadEnvelope and check more return values. [Coverity] 10 years ago
compiledict.c Fix a null pointer dereference in compile_rule(compiledict.c). [Coverity] 10 years ago
compilembrola.c Clean up the include files to make them consistent. 10 years ago
dictionary.c Use malloc/strdup instead of Alloc. 10 years ago
error.c Clean up the include files to make them consistent. 10 years ago
error.h Support displaying error context information. 10 years ago
espeak_api.c Clean up the include files to make them consistent. 10 years ago
espeak_command.c Clean up the error handling logic in the espeak_command create_... APIs. 10 years ago
espeak_command.h Remove includes from internal header files. 10 years ago
event.c Remove includes from internal header files. 10 years ago
event.h Move include/espeak{-ng => }/speak_lib.h. 10 years ago
fifo.c Add a missing pthread_mutex_unlock call in fifo_add_commands. [Coverity] 10 years ago
fifo.h Remove includes from internal header files. 10 years ago
ieee80.c Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 10 years ago
intonation.c Clean up the include files to make them consistent. 10 years ago
klatt.c Use M_PI instead of PI. 10 years ago
klatt.h Use M_PI instead of PI. 10 years ago
mbrowrap.c Inline the calls to log in mbrowrap.c. 10 years ago
mbrowrap.h The PROC* typedefs are no longer used, so remove them. 10 years ago
numbers.c Clean up the include files to make them consistent. 10 years ago
phoneme.h Re-add the phoneme tables removed from the Burmese/Myanmar language support. 10 years ago
phonemelist.c Clean up the include files to make them consistent. 10 years ago
readclause.c Use the error.h API in LoadSoundFile and check more return values. [Coverity] 10 years ago
setlengths.c Clean up the include files to make them consistent. 10 years ago
sintab.h Add copyright notices to files that are missing them. 10 years ago
spect.c Fix a null pointer dereference in LoadSpectSeq(spect.c). [Coverity] 10 years ago
spect.h Return an espeak_ng_STATUS code in LoadSpectSeq. 10 years ago
speech.c Fix a potential null pointer dereference in espeak_ng_SynthesizeMark. [Coverity] 10 years ago
speech.h Use malloc/strdup instead of Alloc. 10 years ago
synth_mbrola.c Clean up the include files to make them consistent. 10 years ago
synthdata.c Use malloc/strdup instead of Alloc. 10 years ago
synthesize.c Clean up the include files to make them consistent. 10 years ago
synthesize.h i_CHANGE_PHONEME2 is not used and the code conflicts with i_ADD_LENGTH, so remove it 10 years ago
tr_languages.c Fix GCC -Wnarrowing warnings. 10 years ago
translate.c Use free instead of Free as free checks for NULL. 10 years ago
translate.h Fix GCC -Wnarrowing warnings. 10 years ago
voice.h Check and fix source code formatting. 10 years ago
voices.c Fix Windows includes (don't rely on speech.h). 10 years ago
wave.c Fix detecting if pulseaudio is running in audio=runtime mode. 10 years ago
wave.h Remove the unused wave_test_get_write_buffer. 10 years ago
wave_pulse.c Remove logically dead code in pulse_open (success always 0 in this case). [Coverity] 10 years ago
wave_sada.c Remove the unused wave_test_get_write_buffer. 10 years ago
wavegen.c Use M_PI instead of PI. 10 years ago