Alexander Epaneshnikov
32ea3eaa5b
Windows: update gitignore
2 years ago
Alexander Epaneshnikov
389b1a9761
Windows: fix compilation
fb06936c
b52d1f3afd
and c4d8976fbc
broke it.
2 years ago
Alexander Epaneshnikov
6c2fe6c358
Merge pull request #1367
2 years ago
kirill-jjj
6901f6e917
Russian: Add a bunch of new rules and fix old ones.
2 years ago
kirill-jjj
4f00d9f27f
Russian: fix russian numbers 1000000 and 1000000000
2 years ago
Valdis Vitolins
95768ad79f
Merge pull request #1336
2 years ago
Valdis Vitolins
8001cf5a48
Merge pull request #1320
2 years ago
Valdis Vitolins
b6ffccff6a
Improve syllabic m and n
2 years ago
Alexander Epaneshnikov
f6d6fc3d34
Merge pull request #1366 from kirill-jjj/russian
Russian: fix regressive voicing assimilation and number 8
2 years ago
kirill-jjj
7c26a12cef
Russian: Fix for number 8
2 years ago
kirill-jjj
571c9af09b
Russian: Try to fix regressive voicing assimilation.
2 years ago
Alexander Epaneshnikov
8c49e1d32e
Merge pull request #1364 from djphoenix/macos-ci
2 years ago
Yury Popov
0f5a30ffcc
Temporary disable tests that fails on macOS
2 years ago
Yury Popov
52ae26a95b
Add macos-latest to build matrix
2 years ago
Alexander Epaneshnikov
735ecdb856
Merge pull request #1363 from kirill-jjj/russian
fix for russian word интерфейс
2 years ago
kirill-jjj
55bb5687f5
russian: fix for wordes недорого and интерфейс
2 years ago
Alexander Epaneshnikov
13116e6e93
Merge pull request #1262 from djphoenix/changelog-case
Fix changelog file case (make macOS happy with missed file)
2 years ago
Yury Popov
de3cbaa358
Fix changelog file case (make macOS happy with missed file)
3 years ago
Alexander Epaneshnikov
d2c60721aa
Merge pull request #1360 from kirill-jjj/russian
fix russian letter kA
2 years ago
kirill-jjj
ac5a2549d6
fix russian letter к
2 years ago
Alexander Epaneshnikov
da5268e326
Merge pull request #1359 from kirill-jjj/russian
a little fix in one russian letter
2 years ago
kirill-jjj
b7dca2e5a5
a little fix in one russian letter
2 years ago
Alexander Epaneshnikov
ae894fd41c
Merge pull request #1356 from kirill-jjj/russian
add a bunch of new russian rules, and fix a broken ones
2 years ago
kirill-jjj
e3c5261cd3
add a bunch of new russian rules, and fix a broken ones
2 years ago
Alexander Epaneshnikov
3b110028d3
Merge pull request #1352 from kirill-jjj/russian_fix
2 years ago
kirill-jjj
0df2c79f04
added a few new russian rules
2 years ago
Alexander Epaneshnikov
1bdd40b99a
Merge pull request #1339 from alex19EP/android/dep-update
android: dependency update
2 years ago
Alexander Epaneshnikov
6020ebdc28
Merge pull request #1350 from kirill-jjj/master
2 years ago
kirill-jjj
c53f804e95
added over 700 new word's to ru.listx
2 years ago
Alexander Epaneshnikov
abae06f6e6
Merge pull request #1348 from codeofdusk/willamette-only
2 years ago
Bill Dengler
1daea1d3ab
Add $only to willamette
2 years ago
Alexander Epaneshnikov
f79b0661ad
Merge pull request #1343 from codeofdusk/kusto
Fix pronunciation of Kusto
2 years ago
Bill Dengler
6d61b379dc
Fix pronunciation of Kusto
2 years ago
Alexander Epaneshnikov
f20c89a8a4
Merge pull request #1345 from codeofdusk/willamette
2 years ago
Alexander Epaneshnikov
c51399da65
Merge pull request #1344 from codeofdusk/kubernetes
Fix pronunciation of kubernetes
2 years ago
Bill Dengler
162ae21a89
Fix Willamette
2 years ago
Bill Dengler
ff280bd761
Fix kubernetes
2 years ago
Alexander Epaneshnikov
e65e597bf6
Android: explicitly set ndk version
2 years ago
Alexander Epaneshnikov
440fc08a0d
Android: rase minimal supported sdk
newer ndk supports kitkat+ only
2 years ago
Alexander Epaneshnikov
7a33a70755
Android: update gradle and AGP
2 years ago
Samuel Thibault
f919333021
fuzz: Also store timeout POC
2 years ago
Samuel Thibault
5b5d5e3c76
fuzz: cache build
2 years ago
Samuel Thibault
6f8aeb4ebc
Typo
2 years ago
Yury Popov
cd0dd0900f
Do not create audio out if not required
2 years ago
Juho Hiltunen
b52d1f3afd
code cleanup: move strncpy0 to common.c
2 years ago
Juho Hiltunen
c4d8976fbc
code cleanup: Add new source file common.h for misc functions.
2 years ago
jaacoppi
001ad3ab8d
Merge pull request #1318
build: Make distclean-local remove more espeak-ng-data files
2 years ago
Juho Hiltunen
47b1b5baeb
code cleanup: move TranslateWord3() and others o translateword.c
Use parameters instead of globals. Note the change from sizeof(word_phonemes) to size_word_phonemes.
2 years ago
Juho Hiltunen
5e7c105723
code cleanup: move TranslateLetter() and others to translateword.c
2 years ago
Juho Hiltunen
fb06936c51
code cleanup: start moving translateWord3() to a new source file.
The file will be organized to have one callable function only. This
should make code structure simpler.
Existing code will be changed to use function parameters instead of
global variables.
Possible problems include too much dependencies with numbers.c.
2 years ago