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)
2 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
Juho Hiltunen
c4be2c90ad
code cleanup: remove irrelevant comment
2 years ago
Juho Hiltunen
54963ebee2
code cleanup: remove unused int prev_clause_pause
2 years ago
Juho Hiltunen
0e07d929fd
code cleanup: refactor checking phoneme_mode into a function
2 years ago
Juho Hiltunen
1443c970cd
cmn: search for dictionary matches instead of translating characters.
cmn (Mandarin chinese) has been broken since 4825905
.
This fix makes mandarin behave more like Cantonese. Instead of
translating characters, we search for dictionary matches.
The functionality of normal vs Chao tones should be investigated more.
Looks like latin characters as pinyin still uses Chao tones whereas
the characters in cmn_list and cmn_listx do not.
See #1044 for discussion. See also #1028 and #1163 .
2 years ago
Juho Hiltunen
366658e85a
cmn: yue: add tests for latin characters as English or pinyin/jyutping
2 years ago
Juho Hiltunen
69c79ab931
code cleanup: remove unused phonemetable ph_yoruba
2 years ago
Juho Hiltunen
89522c6431
code cleanup: remove unused phonemetable ph_burmese
Myanmar/Burmese (my) uses phonemetable ph_myanmar instead.
2 years ago
Juho Hiltunen
0dbe71827e
remove unused phonemetable for kinyarwanda.
Fixup for commit 89768755
.
2 years ago
Juho Hiltunen
4e7740fa96
code cleanup: remove unused phonemetable ak (akan)
2 years ago
Juho Hiltunen
2ef9d75067
code cleanup: remove dead code related to language 'wo'
This is the only reference to the language.
2 years ago