162 Commits (6c0621605b416f7c51cb55c4b0c21144d957a072)

Author SHA1 Message Date
  Yury Popov 78ac6c4a88
code cleanup: do not compile mbrola if not enabled 2 years ago
  Yury Popov ca1f590101
code cleanup: standartize definitions 2 years ago
  Yury Popov 100df4c067
code cleanup: reduce return of static buffers 2 years ago
  Yury Popov 504ab4937d
code cleanup: static current_voice_selected 2 years ago
  Yury Popov 5a37bc301b
code clanup: remove unused samplerate_native 2 years ago
  Yury Popov 2929b9e199
code cleanup: use statics and consts when possible 2 years ago
  Juho Hiltunen 55f1f8e113 cleanup: reduce code duplication with AddToVoicesList() 2 years ago
  Juho Hiltunen 507a5f5410 cleanup: fix unreadVariable code smell for variant_name in SelectVoiceByName() 2 years ago
  Juho Hiltunen 14f12376a3 cleanup: change int skip to bool 2 years ago
  Juho Hiltunen 8ddcf6ed94 cleanup: reduce variable scopes in voices.c 2 years ago
  Juho Hiltunen eae4595dc9 cleanup: move shared enums and MNEM_TABs to header file 2 years ago
  Juho Hiltunen 3182dee147 code cleanup: move CheckTranslator() to langopts.c 2 years ago
  Juho Hiltunen 159ab0ee76 cleanup: move langopts.params handling to LoadLanguageOptions() 2 years ago
  Juho Hiltunen b820b68182 cleanup: move words to LoadLanguageOptions() 2 years ago
  Juho Hiltunen ac82698f99 cleanup: move numbers to LoadLanguageOptions() 2 years ago
  Juho Hiltunen bdf18eafb1 cleanup: moved dictmin to LoadLanguageOptions() 2 years ago
  Juho Hiltunen e1d936dc52 cleanup: moved dictrules to LoadLanguageOptions() 2 years ago
  Juho Hiltunen f28841162f moved tunes to LoadLanguageOptions() 2 years ago
  Juho Hiltunen e38142acd1 cleanup: moved intonation to LoadLanguageOptions() 2 years ago
  Juho Hiltunen 8e3399bb98 cleanup: move stressRule to LoadLanguageOptions() 2 years ago
  Juho Hiltunen 9caada3b31 cleanup: move stressOpt to LoadLanguageOptions() 2 years ago
  Juho Hiltunen 46bc25e173 cleanup: move stressAmp to LoadLanguageOptions() 2 years ago
  Juho Hiltunen 2a462e4afe cleanup: move stressAdd to LoadLanguageOptions() 2 years ago
  Juho Hiltunen db57230320 fixup error message for Bad Voice attribute. 2 years ago
  Juho Hiltunen 77282aca34 cleanup: move stressLength to LoadLanguageOptions() 2 years ago
  Juho Hiltunen 4a2890250b code cleanup: new file langopts.c for handling language options. 2 years ago
  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