1829 Commits (29e621c213ca66aa404f7c7c4171eb57a7c67bef)

Author SHA1 Message Date
  Reece H. Dunn 3ed34d3a74 eSpeak NG 1.49.2 7 years ago
  Reece H. Dunn 4b4da73558 mbrowrap: fix building on Windows. 7 years ago
  Reece H. Dunn df7e9a23e1 Ensure that flags in the syllables are initialised. 7 years ago
  Reece H. Dunn 57108e1ed7 Add n_points guards in the LoadEnvelope2 loop. 7 years ago
  Reece H. Dunn 4a882e21d3 Don't update env_x/y if no points were read. 7 years ago
  Reece H. Dunn 19b2bebc02 Don't save an intonation if it was not found. 7 years ago
  Reece H. Dunn a2f751044c Remove unused letter assignment in MatchRule. 7 years ago
  Reece H. Dunn ecdff298b0 last_letter in MatchRule is not used. 7 years ago
  Reece H. Dunn 8a777385a8 Use wflags to access wtab->flags in LookupDict2. 7 years ago
  Reece H. Dunn e6ea8fabea Initialise ending in RemoveEnding. 7 years ago
  Reece H. Dunn 988db184ea Prevent invalid access to word in LookupDictList. 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. 7 years ago
  Reece H. Dunn 8585b0b47d Fix the return status code from Synthesize when the voices cannot be found. 7 years ago
  Reece H. Dunn 882c2651e1 Fix setting the default voice from espeak_SetVoiceByProperties. 7 years ago
  Reece H. Dunn 16bea7fd0f Don't crash in LoadVoice if langopts is NULL. 7 years ago
  Reece H. Dunn cec0e773a4 Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour. 7 years ago
  Reece H. Dunn 22270bd259 Fix reading hash table entries > 128. 8 years ago
  Reece H. Dunn ebfa320956 Fix storing the line length in the hash chain. 8 years ago
  Reece H. Dunn e7ac4b819d hash_counts is never used, so remove it. 8 years ago
  Reece H. Dunn 921229259d Use int to store the value from GetFileLength. 8 years ago
  Reef Turner 0994206f71 address buffer overrun when dict listx file has no trailling newline 8 years ago
  Reece H. Dunn 1cb4115eab Add Emoji_Component support from emoji-data.txt. 8 years ago
  Reece H. Dunn 18d3a0819a Unicode Emoji 5.0 8 years ago
  Reece H. Dunn 023ebace9a Add Regional_Indicator support from PropList.txt. 8 years ago
  Reece H. Dunn 4c1ff765f1 Unicode Character Data 10.0.0 8 years ago
  Reece H. Dunn 0b56f2e5bc Use C-style comments to support using a C89 compiler. 8 years ago
  yorkie db79bd12eb build, encoding: include stdint 8 years ago
  yorkie 949de3f80f build: fix duplicated symbol when linking 8 years ago
  Reece H. Dunn f946c6e227 windows: fix building the bs, hr and sr languages 8 years ago
  Reece H. Dunn 2a00ca79f6 Increase dict_line to support long emoji entries. 8 years ago
  Reece H. Dunn d5d980862e Guard against overflowing the dict_line bounds when compiling dictionary files. 8 years ago
  Reece H. Dunn 4771cd4d5e windows: fix building the Chinese (Cantonese) voice 8 years ago
  Reece H. Dunn 8d1ff99847 windows: fix building the Japanese voice 8 years ago
  Reece H. Dunn ebe7ce827b windows: the installer depends on the data (voice, language) files 8 years ago
  Reece H. Dunn b16ff0119e windows: update the project files to Visual Studio 2017 8 years ago
  Reece H. Dunn 416bc66dca Fix pronouncing replacement text that is dependent on start of word rules. 8 years ago
  Reece H. Dunn 7accbcd498 Only update the sample rate if the mbrola voice was successfully loaded. 8 years ago
  Reece H. Dunn e41a78d819 Report the actual error from LoadMbrolaTable when loading the mbrola voice. 8 years ago
  Reece H. Dunn 801753bdbd [Windows] Fix installing the cs, pl, ru and sk language files after fixing their language family. 8 years ago
  Reece H. Dunn 133d44039a en: (emoji) -- zwj sequences - gendered gestures (Unicode Emoji 5.0). 8 years ago
  Reece H. Dunn c163f19360 en: (emoji) -- zwj sequences - gendered activity (Unicode Emoji 5.0). 8 years ago
  Reece H. Dunn 8dde51ca87 Remove the now unused emoji_zwj specifier. 8 years ago
  Reece H. Dunn ea34ebcad5 en: (emoji) -- zwj sequences - gendered role (Unicode Emoji 5.0). 8 years ago
  Reece H. Dunn fbd2e679fc Don't crash if loading the default voice fails. 8 years ago
  Reece H. Dunn dced9f58fd Clean up the decoder memory in espeak_Terminate. 8 years ago
  Reece H. Dunn 63e2826753 Ensure that the old translator is not used after calling espeak_Terminate. 8 years ago
  Reece H. Dunn ae6116bf97 Fix calling espeak_Synth without first setting a voice, with tests. 8 years ago
  Reece H. Dunn 6ab1314843 Move outbuf_size to where it is actually used. 8 years ago
  Reece H. Dunn 9fc2efb1fa Don't re-initialize my_audio if espeak_ng_InitializeOutput is called multiple times. 8 years ago