110 Commits (185c93e702427c99a2d81c1a565eb030af743632)

Author SHA1 Message Date
  Juho Hiltunen c5db9220bf code cleanup: move Read4Bytes() 2 years ago
  Juho Hiltunen 14ede3e372 code cleanup: move is_str_totally_null() 2 years ago
  Juho Hiltunen 64f12fec87 code cleanup: move towlower2() 2 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 2 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 2 years ago
  Juho Hiltunen 0e07d929fd code cleanup: refactor checking phoneme_mode into a function 2 years ago
  Juho Hiltunen 7492475728 code cleanup: make a function for checking tr->chars_ignore 2 years ago
  Juho Hiltunen a161118976 code cleanup: move lookupwchar2 to readclause.c 2 years ago
  Samuel Thibault 482ee1da05 Add missing check for EOF 3 years ago
  Samuel Thibault 9decedb8c2 Fix missing checks for EOF 3 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Juho Hiltunen d80f1a80a2 Use ESPEAKNG_DEFAULT_VOICE instead of hard coded "en". 3 years ago
  Juho Hiltunen 4d0a4df86b Revert "code cleanup: remove unnecessary current_voice_id in readclause.c" 4 years ago
  Christopher Brannon 8810fa330e
Fix another out-of-bounds read in SSML parsing. 4 years ago
  Christopher Brannon 2d7286d571 Fix out-of-bounds read when processing malformed SSML. 4 years ago
  Juho Hiltunen c4740b3053 New language option lowercaseSentence 4 years ago
  Juho Hiltunen 6e197d967e code cleanup: move soundicon logic to a new file 4 years ago
  Juho Hiltunen 326b63132f bugfix: force bitrate to 16 for SSML <audio>. 4 years ago
  Juho Hiltunen 40613d5b67 code cleanup: remove ssml_ignore_l_angle. 4 years ago
  Juho Hiltunen 19e2f697f6 code cleanup: remove unnecessary current_voice_id in readclause.c 4 years ago
  Juho Hiltunen cc5b1e1119 code cleanup: reorganize check for u.s.a.'s in int ReadClause() 4 years ago
  Juho Hiltunen d1332d7f35 code cleanup: remove unnecessary text_buf2 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen 07c8ad3f7b jbo: remove unnecessary lojban related code in ReadClause() 4 years ago
  Juho Hiltunen 54d93cf2b4 code cleanup: move ssml reference handling logic to a new function ParseSsmlReference() 4 years ago
  Juho Hiltunen 34657e7ea4 code cleanup: move check for SSML comments and declarations to 4 years ago
  Juho Hiltunen 75d66c89d0 code cleanup: Move self_closing checks to ProcessSsmlTag() 4 years ago
  Juho Hiltunen 0352616de9 code cleanup: remove ununsed ctrl_embedded 5 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  BenTalagan c96a0e409d Fixing sequences of ? and ! 5 years ago
  BenTalagan 608bd41e73 Use another var to handle next to next char 5 years ago
  BenTalagan 93fbca0e31 Fixing handling of sequence .' in english (potential acronym+genitive vs simple quote usage of apostrophe) 5 years ago
  BenTalagan 02447abde8 Fixing is_str_totally_null 5 years ago
  BenTalagan 9fd480afbf Fixing typos and naming 5 years ago
  BenTalagan 94677f4af8 Rule alignment fixes for non compliant platforms / Fix for emscripten demo 5 years ago
  Juho Hiltunen b23e8a7269 maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
  Juho Hiltunen d196d93ed5 maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
  Reece H. Dunn 444e4544d2 Simplify the !v comparison and check PATHSEP 7 years ago
  Reece H. Dunn c9ca77a4d4 Compare variant_name with "!v" only if long enough 7 years ago
  Juho Hiltunen 9012f3f0bf headers: continue with synthdata.h 7 years ago
  Juho Hiltunen 231a1d0944 headers: add new file dictionary.h with declarations of functions in dictionary.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 a47ff4f41d move ProcessSsmlTag() from readclause.to to ssml.c 7 years ago
  Juho Hiltunen a6b1896ce3 move SetProsodyParameter() 7 years ago
  Juho Hiltunen 6c4d22b6d2 move ReplaceKeyName() 7 years ago
  Juho Hiltunen 21e391b631 move GetSsmlAttributes() 7 years ago
  Juho Hiltunen d6ed3a3320 move PopParamStack() 7 years ago
  Juho Hiltunen b793920ff7 move PushParamStack() 7 years ago
  Juho Hiltunen 2b10dba10f move ProcessParamStack() 7 years ago