.. |
compiledata.c
|
Fixing ungetc bad behavior under macOS Catalina by avoiding to ungetc a different char from the last getc
|
5 years ago |
compiledict.c
|
Use UTF-8 strings in replace rules, instead of a packed UTF-16 pair.
|
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
|
Fixing typos and naming
|
5 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
|
First part of the patch: add option --load
|
6 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
|
Fix termination test in event processing
|
6 years ago |
event.h
|
make all headers (almost) self-contained by using include guards and #include statements within headers
|
7 years ago |
fifo.c
|
Avoid using pthread_cancel
|
6 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
|
Fix out of bound access when buffer size is odd
|
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
|
Fix #715: Need better error messages if MBROLA engine or voice files are missing
|
5 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
|
When printing phonemes, don't add a space at the start of a sentence or clause.
|
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
|
Fixing is_str_totally_null
|
5 years ago |
readclause.h
|
Fixing typos and naming
|
5 years ago |
setlengths.c
|
fix #699: -Wlto-type-mismatch when using gcc with -flto=4.
|
5 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
|
code cleanup: use existing defines espeakRATE_MINIMUM, espeakRATE_NORMAL and espeakRATE_MAXIMUM.
|
6 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
|
Fix #715: Need better error messages if MBROLA engine or voice files are missing
|
5 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
|
Add constants for use with PHONEME_LIST.newword.
|
7 years ago |
synthesize.h
|
When printing phonemes, don't add a space at the start of a sentence or clause.
|
7 years ago |
tr_languages.c
|
Revert "Move handling of SetLetterVowel() to language files"
|
6 years ago |
translate.c
|
Fix 'implicit declaration of function ‘addPluralSuffixes’' C99/clang error
|
5 years ago |
translate.h
|
Align the NUM_ bitmask defines to make them easier to read.
|
5 years ago |
voice.h
|
maintainability: remove unused externs
|
7 years ago |
voices.c
|
Add parameter `all` for --voices to show all voices
|
5 years ago |
wavegen.c
|
code cleanup: use existing defines espeakRATE_MINIMUM, espeakRATE_NORMAL and espeakRATE_MAXIMUM.
|
6 years ago |
wavegen.h
|
headers: add new file wavegen.h with declarations of functions in wavegen.c
|
7 years ago |