93 Commits (5d92b336f53fb23ec48e5fe908dac7086f26dd77)

Author SHA1 Message Date
  Juho Hiltunen 5d92b336f5 code cleanup: remove unnecessary pointer assignment and enum value. 4 years ago
  Juho Hiltunen 1243937334 code cleanup: remove unused width2. 4 years ago
  Juho Hiltunen cffdfb837b code cleanup: move function declarations from speech.h to new file mnemonics.h 4 years ago
  Juho Hiltunen 0cf3ee564c Code cleanup: remove param2 from langopts and rename keyword option in language files. 4 years ago
  Juho Hiltunen 1aae299ae2 code cleanup: remove unused REDUCE_T 4 years ago
  Juho Hiltunen 2c93961ebe code cleanup: remove unused stress_amps_r 4 years ago
  Valdis Vitolins 38291f5e59 Support up to 350 voices/languages 5 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Valdis Vitolins c13b3e534b Add parameter `all` for --voices to show all voices 5 years ago
  Valdis Vitolins e9c66a4558 Support up to 300 voices/languages to make some space 6 years ago
  Valdis Vitolins 1f5b774cce Add warning when number of voices reaches limit 6 years ago
  Reece H. Dunn 07f9a9ce3f Remove the unused variable in voices.c. 6 years ago
  Reece H. Dunn f58f665336 Support a maximum of 275 voices/languages. 6 years ago
  golubovsky 009b6b5d14 Finished the voice load code. Dumping voice def does not seem possible 6 years ago
  golubovsky 439f7f32d5 First part of the patch: add option --load 6 years ago
  Reece H. Dunn 919f3240cb Revert "Move handling of SetLetterVowel() to language files" 6 years ago
  Juho Hiltunen 520a30e0b0 code cleanup: use existing defines espeakRATE_MINIMUM, espeakRATE_NORMAL and espeakRATE_MAXIMUM. 6 years ago
  Juho Hiltunen 7ee0d7905c remove unused int option_tone2 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 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 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