Valdis Vitolins
0b44ab73c7
Merge pull request #1223
3 years ago
Valdis Vitolins
0711194531
Update changelog
3 years ago
Omer I.S
99430bf13a
Add Dgeshim and some rules
3 years ago
Valdis Vitolins
2e41cdde38
Merge pull request #1212
3 years ago
Valdis Vitolins
2c9fb33062
Merge pull request #1205
3 years ago
Valdis Vitolins
a0786c0354
Update changelog
3 years ago
MH
87932b85e0
Update Persian
3 years ago
Valdis Vitolins
f62e8a194b
Merge pull request #1199
3 years ago
Valdis Vitolins
51bb3585bb
Update changelog
3 years ago
Valdis Vitolins
062ca2cbd0
Merge pull request #1196
3 years ago
Valdis Vitolins
f6c88196f8
Update changelog
3 years ago
Valdis Vitolins
6fbf264615
Merge pull request #1191
3 years ago
Valdis Vitolins
26099b9b77
Update changelog
3 years ago
Valdis Vitolins
f07810b89e
Merge pull request #1187
3 years ago
Valdis Vitolins
74cdd4053e
Update changelog
3 years ago
Valdis Vitolins
15aa148c99
Merge pull request #1183
3 years ago
Valdis Vitolins
2f1dd8d117
Update changelog
3 years ago
Valdis Vitolins
77d0aff1a2
Merge pull request #1182
3 years ago
Valdis Vitolins
e01f8d5748
Update changelog
3 years ago
Valdis Vitolins
63682b9d70
Merge pull request #1177
3 years ago
Valdis Vitolins
832ba8aa9c
Merge pull request #1175
3 years ago
Valdis Vitolins
14693c9dbb
Merge pull request #1173
3 years ago
Alexander Epaneshnikov
e57e68fc9a
Merge pull request #1170 from codeofdusk/issaquah
3 years ago
Alexander Epaneshnikov
64eb9bd141
Merge pull request #1193 from codeofdusk/mto-initial
3 years ago
Alexander Epaneshnikov
9331ce2aca
Merge pull request #1197 from codeofdusk/boise
3 years ago
Alexander Epaneshnikov
863b92e29d
Merge pull request #1219 from alex19EP/android/bump-ver-code
3 years ago
Alexander Epaneshnikov
e65278d788
Android: bump versionCode
we should do that on every release.
Issue #1185
3 years ago
Samuel Thibault
d8b5786330
Disable gradle in reprotest
It seems that reprotest is breaking the gradle build
3 years ago
Samuel Thibault
5a53282746
Merge pull request #1003 from ryandesign/patch-1
Enhance detection of gradle
3 years ago
Samuel Thibault
dfc322743d
MAKE_MEM_UNDEFINED: Fix warning
3 years ago
Samuel Thibault
f4133364d1
Add more const qualifiers
3 years ago
Samuel Thibault
6f58f75693
Add missing phoneme table reset
When there are language switches, when we rewind to the start of the
phoneme list we have to reset the phoneme table back.
This avoids some branching that depends on undefined values, caught by
valgrind in the case e.g. of an emoji substitution that contains a
language switch.
Ref #874
3 years ago
Samuel Thibault
3b009398c9
Add missing stresslevel field initialization
3 years ago
Samuel Thibault
e17f0764e3
valgrind CI: add missing debugging information
3 years ago
Samuel Thibault
eed7db1575
Fix out-of-bound access
IsLetterGroup looks for heading \0, so the padding also needs to include
an \0.
3 years ago
Samuel Thibault
24e1eaa0cc
Mark static arrays undefined when they are reused
So valgrind can potentially catch e.g. missing \0.
3 years ago
Samuel Thibault
7e608a3273
Make some buffers non-static
These don't actually need to survive function exit.
3 years ago
Samuel Thibault
a660fc04cc
Add more const qualifiers on static arrays
So we know they are just tables, get protected from overflows, and get shared between processes
3 years ago
Samuel Thibault
2d3a49b161
Make static arrays undefined on entry into LoadVoice
This would have caught #1200
3 years ago
Samuel Thibault
afdf50bfd3
Add a note to avoid erroneous commits like e91d0a5
Fixes #1200
3 years ago
Samuel Thibault
ad6efd3427
Merge pull request #1211 from seanbudd/fixAutoLangSwitching
Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()"
3 years ago
Sean Budd
139417e8e1
Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()."
This reverts commit e91d0a5861
.
3 years ago
Andiv06
1321367988
Update qdb
Fix Lang Belta, because the underscore line has been removed
3 years ago
Bill Dengler
3d250c6e77
Fix pronunciation of Boise
3 years ago
Andiv06
ae3571e1df
Update K'iche
3 years ago
Bill Dengler
254b64939d
Add support for Totontepec Mixe
This commit implements support for [Totontepec Mixe](https://en.wikipedia.org/wiki/Totontepec_Mixe ). The Espeak rules are based on the phonological inventory, orthographic mappings, and phonetic processes described in the "Esbozo fonológico" (phonological outline/sketch) chapter of Verónica Guzmán Guzmán's 2012 master's thesis in Indo American Linguistics awarded by the [Centro de Investigaciones y Estudios Superiores en Antropología Social](https://ciesas.edu.mx/ ) and *Vocabulario Mixe de Totontepec* (Totontepec Mixe vocabulary), compiled by Alvin Schoenhals and Louise C. Schoenhals and published by the Summer Institute of Linguistics in 1965.
This commit was developed as part of a project for [Computational Linguistics](https://jnw.domains.swarthmore.edu/ling073/syllabus.php ) at [Swarthmore College](https://swarthmore.edu ). We feel that this language is suitable for merge with "testing" status, but further verification/improvements by native speakers would be very helpful.
co-authored-by: Elizabeth Resendiz <[email protected] >
3 years ago
Andiv06
f4b0f40832
Update Greenlandic
3 years ago
Andiv06
6d05b492df
Update Romanian
3 years ago
Christianlm
64af32fca0
Add/fix some exceptions for italian language.
3 years ago
Andiv06
fcc1c41e70
Update Bashkir
3 years ago