1829 Commits (29e621c213ca66aa404f7c7c4171eb57a7c67bef)

Author SHA1 Message Date
  Reece H. Dunn dfe66289c8 Don't set final_ph2 to before phonetic in the stack if ix=1. 7 years ago
  Reece H. Dunn 2d7f3e9d54 Don't skip blanks past charix_top in TranslateClause. 7 years ago
  Reece H. Dunn 7dad0dfd40 Prevent TranslateRoman reading stack data from Lookup. 7 years ago
  Reece H. Dunn b24db06a84 Copy name to tr->dictionary_name if not equal 7 years ago
  Reece H. Dunn bb19c7a336 Release the memory allocated by p_text in espeak-ng.c. 7 years ago
  Reece H. Dunn 879cb9c08a Don't free 'tr' if null in DeleteTranslator. 7 years ago
  Valdis Vitolins ad1fa7f25f Expose SpectSeqCreate(), SpectSeqDestroy() and LoadSpectSeq() functions for eSpeakNG Java Editor 7 years ago
  Reece H. Dunn d23735ae1b Release the translator memory in espeak{_ng,}_Terminate. 7 years ago
  Reece H. Dunn 87a2586bb0 Fix formatting of free_rules. 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
  Reece H. Dunn a08d2c7bfb Ensure the allocated rules are properly cleaned up in compile_dictrules. 7 years ago
  Reece H. Dunn b60d2452c3 Copy name in LoadDictionary if not dictionary_name 7 years ago
  Sascha Brawer 8aa4521d31 Make phoneme properties unsigned 7 years ago
  Reece H. Dunn 22009de5f8 Fix running the tests with -fsanitize=address. 7 years ago
  Reece H. Dunn 768957e0fc Don't copy filepath to buf. [coverity] 7 years ago
  Reece H. Dunn d0410d8585 Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
  Reece H. Dunn 99bbc6294e Fix building on Windows. 7 years ago
  Reece H. Dunn 07e155a150 TranslateWord2: Don't process invalid phonemes. 7 years ago
  Reece H. Dunn eaa08a2bc3 translate: Don't crash translating root words that map to another list entry. 7 years ago
  Reece H. Dunn 05e571ca4a compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here. 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 9012f3f0bf headers: continue with synthdata.h 7 years ago
  Juho Hiltunen e04ae259e0 headers: add new file compiledict.h with declarations of functions in compiledict.c 7 years ago
  Juho Hiltunen 655dbf6b7a remove unnecessary include of synthesize.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 cd991bd2c9 headers: add new file numbers.h with declarations of functions in numbers.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 d395efa481 headers: add new file phonemelist.h with declarations of functions in phonemelist.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 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Juho Hiltunen 079d5a92c5 remove more unnecessary speech.h includes 7 years ago
  Juho Hiltunen 30ad5c39f6 move struct MatchRecord to dictionary.c since it's the only file that uses it 7 years ago
  Juho Hiltunen 342f077755 remove unused declarations of ChangePhonemes_ru() and struct CHANGEPH 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 738492100a make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
  Reece H. Dunn c5f88c51dd translate.c: Don't loop to the end of sbuf, as sbuf gets null terminated, so needs a byte for the null character. [msvc /analyze]. 7 years ago
  Reece H. Dunn c49164334b Ensure each name in proc_names can fit an item_string [msvc /analyze]. 7 years ago
  Reece H. Dunn 583a23f0cd Use ENV_LEN in the fwrite call in LoadEnvelope2 to be consistent with the rest of the function. 7 years ago
  Reece H. Dunn 19e425a169 windows: add ssml.c to the project to fix building on Windows 7 years ago
  Reece H. Dunn b23f475e1a ssml.h: Reformat the header file. 7 years ago
  Reece H. Dunn d47e48a377 ssml: Update the copyright notice. 7 years ago
  Reece H. Dunn 017c6a9383 ssml.h: Add a copyright header and include guards. 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