71 Commits (a9c6d6a5e9e9cb0a496ad02f9dfe82c66c2bde29)

Author SHA1 Message Date
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen 2ec4ad38ea Use stressRule instead of stressrule for consistency 7 years ago
  Juho Hiltunen 6042eb8d1e Move handling of SetLetterVowel() to language files 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn dd3df1d0a8 Enable and fix -Wunused-function warnings. 7 years ago
  Reece H. Dunn 882c2651e1 Fix setting the default voice from espeak_SetVoiceByProperties. 8 years ago
  Reece H. Dunn 16bea7fd0f Don't crash in LoadVoice if langopts is NULL. 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 2f8f125c68 Remove voice/language support for alphabet2. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 7c16ac543c Use the text decoder API in readclause.c. 8 years ago
  Reece H. Dunn 0b0661cef0 Use the encoding.c tables for 8-bit encodings. 8 years ago
  Reece H. Dunn ddc075288c Windows: Fix a crash when building the 'en' voice. 8 years ago
  Reece H. Dunn 71c010b712 Remove unused wchar.h and wctype.h includes. 8 years ago
  Reece H. Dunn 36a2872b4b Don't allow the gender property to be set in language files (they are only relevant in voice files). 8 years ago
  Reece H. Dunn 1c5bbe31a4 Use LookupMnem in ReadVoiceFile when parsing lines. 8 years ago
  Reece H. Dunn d30cf6f0d7 Default voices/languages to be male to match the default voice. 8 years ago
  Reece H. Dunn f6147085cd Use enumeration constants for the voice gender field values. 8 years ago
  Reece H. Dunn 46cd5f48e1 Don't allow 'gender unknown' in voice/language files. 8 years ago
  Reece H. Dunn ea365af43c Remove the 'dictdialect' feature. 8 years ago
  Reece H. Dunn 6eaf1d2ddc Look in espeak-ng-data/lang for voices. 8 years ago
  Reece H. Dunn bb7630e4c1 Make len_path_voices a parameter to GetVoices. 8 years ago
  Reece H. Dunn 022e4e82dd Don't check if the MBROLA voice data is present on Windows. 8 years ago
  Reece H. Dunn df6a2228b7 Use -EISDIR instead of -2 in GetFileLength for directories. 8 years ago
  Reece H. Dunn 59ca718d40 Always use 'en' as the default voice/language. 8 years ago
  Valdis Vitolins 640f0d8160 Typo fixes 8 years ago
  Reece H. Dunn 9bb9e98f84 Don't exclude the test voice directory. 8 years ago
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 9 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Reece H. Dunn aaf52c3a78 Remove unused variables. 9 years ago
  Reece H. Dunn b620f42775 voices: support a status annotation in voice files 9 years ago
  Reece H. Dunn 7e3e2c3854 voices: support a maintainer annotation in voice files 9 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 9 years ago
  Reece H. Dunn 211f103a69 Perform case insensitive comparisons for matching voice names. 9 years ago
  Reece H. Dunn e8015df0f8 Remove the additional LoadVoice search heuristics. 9 years ago
  Reece H. Dunn c0d79709c4 Fix Windows includes (don't rely on speech.h). 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 142063f1e6 Remove a GCC incompatible pointer conversion warning in voices.c. 9 years ago
  Reece H. Dunn 4ac6355834 Fix the realloc usage of voices in espeak_ListVoices(voices.c) [msvc /analyze] 9 years ago
  Reece H. Dunn 11101806ce Support building espeak-ng.exe with Visual C++. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn d4dd2cacca Fix the voice_dir logic in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn cb3699746c Check the return value of sscanf in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn bc8297bf3c Remove a dead assignment in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn fb99a17b7f new_translator may be NULL when processing the charset command [clang scan-build] 9 years ago
  Reece H. Dunn 6aeb5a26f0 Replace the remaining espeak_ERROR code usage with espeak_ng_STATUS. 9 years ago
  Reece H. Dunn e69f0f41f0 Make LoadMbrolaTable return espeak_ng_STATUS. 9 years ago
  Reece H. Dunn df170d1c48 Create an espeak-ng version of espeak_SetVoiceBy(Name|Properties). 9 years ago