143 Commits (ac82698f9978a40963d81d04d5e822ac749fbe48)

Author SHA1 Message Date
  Samuel Thibault 4acc295477 Read8Numbers: enforce that we have 8 integers as data 2 years ago
  Yury Popov 22ef8b260d Read8Numbers: Fix zeroing data 2 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 3 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 3 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault 7e608a3273 Make some buffers non-static 3 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Samuel Thibault 2d3a49b161 Make static arrays undefined on entry into LoadVoice 3 years ago
  Samuel Thibault afdf50bfd3 Add a note to avoid erroneous commits like e91d0a5 3 years ago
  Sean Budd 139417e8e1 Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()." 3 years ago
  Samuel Thibault 15804e57a2 Constify tables 3 years ago
  Samuel Thibault 310e8fc768 Avoid using floating-point operation 3 years ago
  Samuel Thibault 4aeb78e788 LoadVoice: Fix phonemes_name initialization 3 years ago
  Samuel Thibault 572fe31c1b mbrola: Report error when loading an mbrola voice fails 3 years ago
  Juho Hiltunen d80f1a80a2 Use ESPEAKNG_DEFAULT_VOICE instead of hard coded "en". 4 years ago
  Juho Hiltunen e91d0a5861 code cleanup: don't add a \0 to voices_language in LoadVoice(). 4 years ago
  Juho Hiltunen eae0665be5 code cleanup: move voices->width in LoadVoice() 4 years ago
  Juho Hiltunen c28412db78 Don't set stress_flags with language option "stressRule". 4 years ago
  Juho Hiltunen 602847371d rename language option stressopt to stressOpt 4 years ago
  Juho Hiltunen a6abb1e89b code cleanup: use ReadNumbers() for language options "dictrules", "stressopt" 4 years ago
  Juho Hiltunen fdc1afd407 code cleanup: new function ReadNumbers() 4 years ago
  Juho Hiltunen ac643ea5ad code cleanup: remove unnecessary call to SelectPhonemeTable() 4 years ago
  Juho Hiltunen 80895db0a8 code cleanup: move SetSpeed() inside the switch case in LoadVoice() 4 years ago
  Juho Hiltunen 1a5db2f498 code cleanup: move dict_min_size handline in LoadVoice(). 4 years ago
  Juho Hiltunen 0e7202f9a9 code cleanup: remove unused language option l_length_mods. 4 years ago
  Juho Hiltunen 863655903a code cleanup: move SetLengthMods to setlengths.c 4 years ago
  Juho Hiltunen 72434616b0 code cleanup: move voice->freq2 and voice->height2 handline in LoadVoice(). 4 years ago
  Juho Hiltunen ac5eeb865e code cleanup: new function CheckTranslator() 4 years ago
  Juho Hiltunen fb233a7b0c code cleanup: move stressLength, stressAdd and stressAmp handling in LoadVoice() 4 years ago
  Juho Hiltunen 7c32085dcd code cleanup: use translator instead of langopts in LoadVoice() 4 years ago
  Juho Hiltunen f16b27b840 code cleanup: remove unnecessary new_translator in LoadVoice() 4 years ago
  John Bowler 18d807d680 Prevent compile-phonemes use of phontab, en_dict 4 years ago
  John Bowler 02199ec016 Fix crash in voices.c:SetVoiceScores 4 years ago
  Juho Hiltunen c4740b3053 New language option lowercaseSentence 4 years ago
  Juho Hiltunen aa62682869 code cleanup: simplify speed.fast_settings. 4 years ago
  Juho Hiltunen bda8b6f76a code cleanup: remove unnecessary voice option translator 4 years ago
  Juho Hiltunen d260562b7e Revert "code cleanup: remove unnecessary voice option translator" 4 years ago
  Juho Hiltunen 23a4d88f6b code cleanup: remove unnecessary voice option translator 4 years ago
  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