83 Commits (33df55bf125edfda8b6f0302deb9dd91cb24124c)

Author SHA1 Message Date
  Juho Hiltunen f23ff88755 cleanup: reduce variable scopes in synthdata.c 2 years ago
  Juho Hiltunen c05690be34 cleanup: move LoadConfig to langopts.c 2 years ago
  Juho Hiltunen c92180f918 cleanup: move n_tunes and tunes to where they are used 2 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 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
  Samuel Thibault 1228094127 Mark re-used phoneme_tab array as undefined 3 years ago
  Łukasz Golonka 289d9d865e Revert "code cleanup: change global int current_phoneme table to static" 4 years ago
  Juho Hiltunen 0ed9c91520 bugfix: allow both SSSML <audio> and soundicon punctuation 4 years ago
  Juho Hiltunen 6e197d967e code cleanup: move soundicon logic to a new file 4 years ago
  Juho Hiltunen 8ce104a315 code cleanup: remove wavefile_ix, move wavefile_amp 4 years ago
  Juho Hiltunen 725bdda564 code cleanup: remove unused variables 5 years ago
  Juho Hiltunen 68874a06f1 code cleanup: make NumInstnWords() static 5 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Juho Hiltunen 5d03047c19 code cleanup: remove unused int vowel_transition[4] 5 years ago
  Juho Hiltunen 713e8a9e2c code cleanup: remove unused parameter from SetUpPhonemeTable. 5 years ago
  Juho Hiltunen 65847bd251 code cleanup: remove phoneme_tab_flags 5 years ago
  Juho Hiltunen c0ff3696b9 code cleanup: change global int current_phoneme table to static 5 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 d196d93ed5 maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen 07160f9286 headers: add new file synthdata.h with declarations of functions in synthdata.c 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.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 da287fb851 Unify terminology for stress 7 years ago
  Juho Hiltunen 4f56345fb5 Use stdbool instead of int (Issue #8) 7 years ago
  Reece H. Dunn b5c415a98d Rename OPCODE_ to INSTN_. 7 years ago
  Reece H. Dunn 6acec43043 synthesize.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn d89fa59bed Enable and fix -Wunused-variable warnings. 7 years ago
  Reece H. Dunn 921229259d Use int to store the value from GetFileLength. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 7c16ac543c Use the text decoder API in readclause.c. 8 years ago
  Reece H. Dunn 71c010b712 Remove unused wchar.h and wctype.h includes. 8 years ago
  Reece H. Dunn df6a2228b7 Use -EISDIR instead of -2 in GetFileLength for directories. 8 years ago
  Reece H. Dunn f2bb482782 Use OPCODE for the RETURN and CONTINUE opcodes. 8 years ago
  Reece H. Dunn b937d37e93 Use the stress condition values in StressCondition. 8 years ago
  Reece H. Dunn 8338cdd250 Better document the other condition checks (isDiminished, etc.). 8 years ago
  Reece H. Dunn 5d2e2a2f8f Use the place of articulation constants to specify the place-based conditions. 8 years ago
  Reece H. Dunn f0d4a98b96 Use an explicit is phoneme type constant to specify the type-based conditions. 8 years ago
  Reece H. Dunn 98703c30de Use the phflag bit offset constants to specify the phflag-based conditions. 8 years ago
  Reece H. Dunn 5c96ad2359 Remove unused phoneme flags. 8 years ago
  Reece H. Dunn 5600019a54 Remove unused conditional tests. 8 years ago
  Reece H. Dunn 6a0ea584ea Don't store the unused phoneme equivalence tables in the phoneme data files. 8 years ago
  Reece H. Dunn a091c20852 Remove the unused isSeqFlag1 logic checks. 8 years ago
  Reece H. Dunn f235c7cb00 Fix the version string references in '--version' and the Windows installer. 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 8 years ago
  Reece H. Dunn bb465a45d8 Move the clock_gettime2 and add_time_in_ms definitions to event.h. 9 years ago