MH
0d037db6dd
Merge branch 'espeak-ng:master' into master
2 years ago
Samuel Thibault
482ee1da05
Add missing check for EOF
2 years ago
Samuel Thibault
0fa9737a00
CI: run 64bit before 32bit
So developers get the 64bit results first
2 years ago
Samuel Thibault
f60a27a7cd
Do not overflow ph_buf
With emojis, phoneme strings can be very long
2 years ago
Samuel Thibault
1da9ad10e8
Add tertiary translator
TranslateWord2 passes translator2 as tr to TranslateWord which may call
TranslateWord3, SpeakIndividualLetters, TranslateLetter, which was calling
SetTranslator2 again, thus freeing the very tr being used. Make that
latter use another translator.
2 years ago
kmamadoudram
1f76c4b8bd
adding fuzzer for espeak_synth (#1178)
* Add: fuzzer files and modifications in config & compil
* add configure.ac change
* add minimize-corpus.sh
* add fuzzing directory and readme
* add to check if CC support libfuzzer
* Make workflow dump the crash POC
* Add debugging information
* Run fuzzing only once a week for now
Co-authored-by: kmamadoudram <[email protected] >
Co-authored-by: yocvito <[email protected] >
Co-authored-by: Samuel Thibault <[email protected] >
3 years ago
Samuel Thibault
9decedb8c2
Fix missing checks for EOF
3 years ago
Alexander Epaneshnikov
9de65fcb96
Merge pull request #1231 from codeofdusk/sammamish
3 years ago
Bill Dengler
f042d2357e
And Puget
3 years ago
Bill Dengler
128f224cc4
And Snohomish
3 years ago
Bill Dengler
55e452cd9b
Fix pronunciation of Sammamish
3 years ago
Alexander Epaneshnikov
dc15359228
Merge pull request #1225 from seanbudd/map-ms-to-id
Map phoneme table ms rules to id rules
3 years ago
Valdis Vitolins
0b44ab73c7
Merge pull request #1223
3 years ago
Valdis Vitolins
0711194531
Update changelog
3 years ago
Sean Budd
24e837efaa
Map phonemone table ms rules to id rules
As this is the behaviour when building eSpeak
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
MH
75b2145fcd
Update fa_extra
3 years ago
MH
78074762c1
Update fa_extra
3 years ago
MH
db1a629eb2
Update fa_extra
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