74 Commits (050d5e49826145f8f4baadfe9ffbfc75c8aa850e)

Author SHA1 Message Date
  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
  Juho Hiltunen da125f1a1b move GetVoiceFromStack() 7 years ago
  Juho Hiltunen 16a5b5d15c move attr_prosody_value() 7 years ago
  Juho Hiltunen fdc2bb06d9 move GetVoiceAttributes() 7 years ago
  Juho Hiltunen f00d5798de add ssml.h for defines 7 years ago
  Juho Hiltunen a4eca79304 moved attrcopy_utf8() 7 years ago
  Juho Hiltunen 07a19b3208 moved attrnumber() from readclause.c to ssml.c 7 years ago
  Juho Hiltunen a8239c4502 start moving SSML related parsing to ssml.c 7 years ago
  Juho Hiltunen 8999a3b8fb when end_clause_after_tag is set: end clause after the tag, not before the tag 7 years ago
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Reece H. Dunn 255147ee75 readclause.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
  Anthony Cornehl 897fad64c1 Remove definitions for towlower/towupper 7 years ago
  Reece H. Dunn c8f83c6b1f Add ucd/ucd.h to readclause.c, to fix building on Android. 8 years ago
  Reece H. Dunn cec0e773a4 Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 1c4ce3dcd3 tokenizer.c: create and use a clause_type_from_codepoint function, with tests. 8 years ago
  Reece H. Dunn 92f703d98b Use defines instead of hard-coded numbers for more clause logic. 8 years ago
  Reece H. Dunn 8749891069 Better specify the CLAUSE_ flags returned by ReadClause. 8 years ago
  Reece H. Dunn 9dabf64680 encoding.c: Support determining the string length for length < 0. 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 0b0661cef0 Use the encoding.c tables for 8-bit encodings. 8 years ago
  Reece H. Dunn 1378a81a06 Remove the wchar tables from readclause, now the standard is* and to* APIs are being used. 8 years ago
  Reece H. Dunn 5975f07095 Replace the *2 wchar/wctype APIs with their standard versions. These will be fixed using compatibility headers. 8 years ago
  Reece H. Dunn c80829a5fd Remove the NEED_WCHAR_FUNCTIONS code for wchar/wctype compatibility. 8 years ago
  Reece H. Dunn f6147085cd Use enumeration constants for the voice gender field values. 8 years ago
  Reece H. Dunn df6a2228b7 Use -EISDIR instead of -2 in GetFileLength for directories. 8 years ago
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Reece H. Dunn dc87e7b775 Use a HAVE_MKSTEMP configure check instead of PLATFORM_POSIX. 9 years ago
  Reece H. Dunn 0b187e217e Use the same logic when calling sox in readclause.c as compiledata.c for portability. 9 years ago
  Reece H. Dunn ebb052a808 Use the error.h API in LoadSoundFile and check more return values. [Coverity] 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 9c5820f72a Create an initial compatibility shim for unistd.h. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago