36 Commits (ac3de913f29fde27c4cc2cdebb9f5045061899f3)

Author SHA1 Message Date
  Yury Popov ac3de913f2
Support unqouted attributes in SSML parser 2 years ago
  Juho Hiltunen 9e3ade9004 cleanup: reduce variable scopes in ssml.c 2 years ago
  Juho Hiltunen 4a9f0e21be code cleanup: move Is*() helper functions to common.c 2 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 2 years ago
  Samuel Thibault f4133364d1 Add more const qualifiers 3 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 15804e57a2 Constify tables 3 years ago
  Samuel Thibault e8253c6513 ssml: Use a larger buffer 3 years ago
  Juho Hiltunen 4d0a4df86b Revert "code cleanup: remove unnecessary current_voice_id in readclause.c" 4 years ago
  Juho Hiltunen 6e197d967e code cleanup: move soundicon logic to a new file 4 years ago
  Juho Hiltunen 19e2f697f6 code cleanup: remove unnecessary current_voice_id in readclause.c 4 years ago
  Juho Hiltunen cffdfb837b code cleanup: move function declarations from speech.h to new file mnemonics.h 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 ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 years ago
  Reece H. Dunn d0410d8585 Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Reece H. Dunn d47e48a377 ssml: Update the copyright notice. 7 years ago
  Reece H. Dunn 49b97105e5 ssml: Move ssmltags to ssml.c where it is used. 7 years ago
  Juho Hiltunen 985e7d5b39 set functions in ssml.c static. 7 years ago
  Juho Hiltunen ace9bc087a fix syntax for pointer incrementation 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 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