kirill-jjj
527e2079fa
Russian: fix for number 60
2 years ago
kirill-jjj
77c0844aeb
Russian: fix for не
2 years ago
kirill-jjj
310dff882f
Russian: remove the pause for а and и
2 years ago
Alexander Epaneshnikov
2477857f11
Android: increase target sdk to 31 (#1502)
2 years ago
Alexander Epaneshnikov
1133b29bca
Android: increase target sdk to 31
2 years ago
Alexander Epaneshnikov
cfeaf70fa4
Android: some fixes (#1501)
- Android: enable debug logs in debug build type
- Android: enable debug in native lib
- Android: remove hardcoded chmod
2 years ago
Alexander Epaneshnikov
6f41255ed1
Android: remove hardcoded chmod
I don't understand why it was necessary.
on some devices, the binary is in a different location. if this is still needed for something, we need
to search for chmod binary dynamicly
2 years ago
Alexander Epaneshnikov
6db277c5ed
Android: enable debug in native lib
2 years ago
Alexander Epaneshnikov
acaf2e8f75
Android: enable debug logs in debug build type
3 years ago
Alexander Epaneshnikov
5dd30f0395
Android: Fix compatibility issues with some vendors (#1498)
add tolower and toupper to be processed by ucd-tools in
WCTYPE_H_COMPAT_SHIM
some vendors don't provide conformance with c standard in bionic
2 years ago
Beqa Gozalishvili
e3487d0cf8
Android: Fix compatibility issues with some vendors
add tolower and toupper to be processed by ucd-tools in WCTYPE_H_COMPAT_SHIM
some vendors don't provide conformance with c standard in bionic
2 years ago
Juho Hiltunen
b40a0f22c0
Fix breathw arg count in Alicia and F5 voices (#1496)
Fixes #1494
2 years ago
Yury Popov
df75053f7b
Fix breathw arg count in Alicia and F5 voices
2 years ago
Alexander Epaneshnikov
246f487814
Android: fix imports written by mistake (#1495)
2 years ago
Beqa Gozalishvili
e0031964f9
Android: fix imports written by mistake
2 years ago
Alexander Epaneshnikov
d88fa7f6b6
Android: fix crash when opening settings on pre-7 devices (#1483)
2 years ago
Beqa Gozalishvili
d3ae703e60
Android: fix crash when opening settings on pre-7 devices
2 years ago
Alexander Epaneshnikov
94e0024bf4
Android: Fixed a crash when trying to get list of voices (#1482)
There was a problem when reference table was overflowing because of lots
of local references.
Now espeak should not crash on some android devices.
2 years ago
Beqa Gozalishvili
e72e30ba52
Fix crash for some of devices.
2 years ago
Juho Hiltunen
822abfd1f3
Fixes for Ukrainian language (#1480)
2 years ago
Andrij Mizyk
ec8e33c766
Update ChangeLog.md
2 years ago
Andrij Mizyk
3e06153752
Fix language-phonemes.test
2 years ago
Andrij Mizyk
4b48328d29
Support of Ukrainian language
2 years ago
Juho Hiltunen
b0661692b1
fix a warning about deprecated egrep by using grep -E.
2 years ago
Juho Hiltunen
bdd46838c0
fix compiler warnings for unused variables and functions.
See commits ae97fa16
and a178ea1b
.
2 years ago
Alexander Epaneshnikov
2871557cdb
Russian and Czech update (#1478)
I really wonder why the code comment says.
case NUM2_THOUSANDS_VAR2: // lang=cs,sk
and option 4 was used for Czech, and this is not the case when this
option fits the language, just the opposite.
it reads 10000000
as 10000, 11000000, as 11000, and so on
almost the same problem was in the Russian language, only it consisted
in the fact that the var_1 itself was not made correctly. And here the
variant is commented on as the one that is used in the Czech language,
but it is not used there. And the worst thing is that everyone does not
pay attention to it, well, it reads the wrong number, well, okay.
2 years ago
kirill-jjj
4ad61f3165
Belarussian: fix for rule with numbers
2 years ago
kirill-jjj
8e0e5d5c9c
Czech: Fix NUM2_THOUSANDS_VAR to use correct value for Czech, I'm serious, it used the Lithuanian var
2 years ago
kirill-jjj
95ed5c0c88
Russian: refacter the NUM2_THOUSANDS_VAR1 to return 1MA, not 0MB and fix the rules for them
2 years ago
Alexander Epaneshnikov
fa649c4b14
Belarusian: add new rules, fix old, tests (#1471)
- fix "здж" > "ждж" rule, fix test for it
- add rules for "б г д дз дж з" at the end of words
- added tests for new rules
- add devoiced rules conversion and tests
- languages.md: fix the Belarusian language name
2 years ago
Sergei B
83360c5597
languages.md: fix the Belarusian language name
2 years ago
Sergei B
bf5dcfc230
Belarusian: add new rules, fix old, tests
fix "здж" > "ждж" rule, fix test for it
add rules for "б г д дз дж з" at the end of words
add devoiced rules conversion
add some words to vocabulary
added tests for new rules
2 years ago
Juho Hiltunen
1de9f4b52c
Revert "cleanup: reduce code duplication with a new function"
This reverts commit 8021528f5e
.
Failing on CI/CD.
2 years ago
Juho Hiltunen
ec57210cc5
Merge branch 'duplicates'
Code cleanups found with static analyzers.
2 years ago
Juho Hiltunen
8021528f5e
cleanup: reduce code duplication with a new function
StatusCreateTerminatedMsg.
This is not covered by current tests.
2 years ago
Juho Hiltunen
55f1f8e113
cleanup: reduce code duplication with AddToVoicesList()
Checking for return value & continue might be redundant.
2 years ago
Juho Hiltunen
d47d2d0a40
cleanup: remove duplicate StringToWord()
Found with pmd-cpd static analysis
2 years ago
Juho Hiltunen
03ebb2fd11
cleanup: reduce variable scopes dictionary.c
2 years ago
Juho Hiltunen
f23ff88755
cleanup: reduce variable scopes in synthdata.c
2 years ago
Juho Hiltunen
5d4791ccd1
cleanup: reduce variable scopes in synthesize.c
2 years ago
Juho Hiltunen
54265990b5
cleanup: reduce variable scopes in wavegen.c
2 years ago
Juho Hiltunen
fa575b54cb
cleanup: fix knownConditionTrueFalse code smells
2 years ago
Juho Hiltunen
7c7ab9e177
cleanup: fix duplicateCondition code smell
2 years ago
Yury Popov
ae97fa16b4
Remove phoneme compile_report stuff
2 years ago
Yury Popov
a178ea1b13
Remove system() call from compiledata.c
2 years ago
FelipeZanabria
5738827dbf
Update es-419
This fixes the intonation in Latin American Spanish questions, removes the phoneme replacement (T to s) because it is already included in phonemes es_la. It also eliminates the line languaje es 6, because when the voice is in the dialect of Spain and it automatically changes to the dialect of Latin America, it does not return to the dialect of Spain.
2 years ago
Beqa Gozalishvili
5ded10cf93
Add missing compatibility check for older android versions.
2 years ago
kirill-jjj
1bb3109181
Russian: add a new variant, Russian (classic)
2 years ago
kirill-jjj
16b2406f06
Russian: fix for модель rule
2 years ago
Yury Popov
3857b83c19
Respect custom N_PATH_HOME definition if passed
2 years ago