73 Commits (7ad80656e517626ee35700922531f706291068ed)

Author SHA1 Message Date
  Rotem Dan 7ad80656e5
Add stress marks to phoneme events (#1700) 5 months ago
  Yury Popov aaae4e8daa code cleanup: fix -Wmisleading-indentation 2 years ago
  Yury Popov 25eeddff9a code cleanup: fix -Wstrict-prototypes 2 years ago
  Yury Popov 78ac6c4a88
code cleanup: do not compile mbrola if not enabled 2 years ago
  Yury Popov ca1f590101
code cleanup: standartize definitions 2 years ago
  Yury Popov 25c4dc150a
code cleanup: static phoneme_callback 2 years ago
  Yury Popov f5ead44481
code cleanup: static current_phoneme_table 2 years ago
  Yury Popov 89b2a55ea4
code cleanup: remove static from WordToString 2 years ago
  Yury Popov 2929b9e199
code cleanup: use statics and consts when possible 2 years ago
  Juho Hiltunen 5d4791ccd1 cleanup: reduce variable scopes in synthesize.c 2 years ago
  Yury Popov dde5f8a983
Fix for possible unaligned pointer load in DoPhonemeMarker 2 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Łukasz Golonka 289d9d865e Revert "code cleanup: change global int current_phoneme table to static" 4 years ago
  Reece H. Dunn a13f9bb62a Fix -Wint-conversion warnings. 4 years ago
  Juho Hiltunen 6e197d967e code cleanup: move soundicon logic to a new file 4 years ago
  Juho Hiltunen 1724f79528 code cleanup: remove unnecessary current_phoneme_table 4 years ago
  Juho Hiltunen 8ce104a315 code cleanup: remove wavefile_ix, move wavefile_amp 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen 725bdda564 code cleanup: remove unused variables 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 years ago
  Juho Hiltunen 5d03047c19 code cleanup: remove unused int vowel_transition[4] 4 years ago
  Juho Hiltunen a4041952c5 code cleanup: remove unused references to f_log 4 years ago
  Juho Hiltunen c0ff3696b9 code cleanup: change global int current_phoneme table to static 4 years ago
  Tobias Platen a6dbed8168 add output hooks for wavegen 4 years ago
  Reece H. Dunn 8e13f7147c Add constants for use with PHONEME_LIST.newword. 6 years ago
  Reece H. Dunn 9344dab0c3 Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
  Juho Hiltunen d08b8e43ca maintainability: pass seq_len_adjust to LookupSpect() instead of using globals 7 years ago
  Juho Hiltunen 29cba35a9e headers: add new file mbrola.h with declarations of functions in compilembrola.c and synth_mbrola.c 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen 231a1d0944 headers: add new file dictionary.h with declarations of functions in dictionary.c 7 years ago
  Juho Hiltunen 07160f9286 headers: add new file synthdata.h with declarations of functions in synthdata.c 7 years ago
  Juho Hiltunen 098904dfe0 headers: add new file setlengths.h with declarations of functions in setlengths.c 7 years ago
  Juho Hiltunen 9d12d23d2a headers: add new file intonation.h with declarations of functions in intonation.c 7 years ago
  Juho Hiltunen d1fd650219 Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen 4f56345fb5 Use stdbool instead of int (Issue #8) 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn ec8a7b810f Use the text decoder object at the top-level Synthesize/espeak_TextToPhonemes call, not in TranslateClause. 8 years ago
  Reece H. Dunn 7c16ac543c Use the text decoder API in readclause.c. 8 years ago
  Reece H. Dunn 8933185de4 Remove the unused f_in argument to the Read/Translate/SpeakNextClause functions. 8 years ago
  Reece H. Dunn 71c010b712 Remove unused wchar.h and wctype.h includes. 8 years ago
  Reece H. Dunn 5e5289bcb5 compiledata: remove unused feature names. 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 8 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 9 years ago
  Reece H. Dunn c4a7ffba33 Inline the call to SynthOnTimer. 9 years ago
  Reece H. Dunn a51717346c SpeakNextClause should not call WavegenOpenSound. 9 years ago
  Reece H. Dunn c09d255e38 Remove timer_on from synthesize.c as this matches the SpeakNextClause return value. 9 years ago
  Reece H. Dunn a471ba02bf SynthStatus is not called, so remove it. 9 years ago