Juho Hiltunen
30214437fc
test for #824
4 years ago
Valdis Vitolins
dca948f5f1
qdb: move language definition file into proper folder
4 years ago
Valdis Vitolins
7fcd74e741
Merge pull request #858
4 years ago
Valdis Vitolins
838a7ddc34
qdb: add missing configuration for Lang Belta and update documentation
4 years ago
Da Def
cfb5a41748
Lang Belta (conlang from The Expanse)
4 years ago
Valdis Vitolins
7a25816336
Merge pull request #865
4 years ago
Valdis Vitolins
b7d2dc0941
Note that language name should be single word only.
See more at: https://github.com/espeak-ng/espeak-ng/pull/863
4 years ago
Valdis Vitolins
d43bbc4999
Merge pull request #863
4 years ago
Juho Hiltunen
aafa55cbbc
code cleanup: remove unnecessary code related to LOPT_CAPS_IN_WORD
translate.h gives two settings to LOPT_CAPS_IN_WORD, but only one of them is actually ever used.
4 years ago
Juho Hiltunen
23172c4f74
jbo: add a test for capitals within words (LOPT_CAPS_IN_WORD)
4 years ago
Juho Hiltunen
2636583e31
Update changelog
4 years ago
Juho Hiltunen
07c8ad3f7b
jbo: remove unnecessary lojban related code in ReadClause()
It is enough to have the logic in dictsource/jbo_*.
Thanks to xunsku @ irc.freenode.org
4 years ago
Juho Hiltunen
597a8a4555
jbo: Multiple pronunciation fixes.
Thanks to xunsku @ irc.freenode.org
4 years ago
Juho Hiltunen
55eb89ae5d
jbo: fix pronunciation of " i" and " .i".
This test is related to the next two lojban commits. Thanks to xunsku @ irc.freenode.org
4 years ago
datajake1999
e88df1121d
Fixed announcer variant.
4 years ago
ArenaL5
34e7336366
Getting short descrptions below 80 characters to avoid truncation
4 years ago
Valdis Vitolins
9e9c0a042b
Fix issue #854: Some French diacritics are explicitly spelled out
4 years ago
Valdis Vitolins
bb8f1dbec9
Fix indentation
4 years ago
datajake1999
82d5b7b044
Ported voices from NVSpeechPlayer to espeak variants.
4 years ago
datajake1999
073a4188a8
Add support for speechPlayer aspirationAmplitude parameter in voice files.
4 years ago
datajake1999
9303e17a48
Fixed speechPlayer licensing issue.
4 years ago
Valdis Vitolins
a4c2ea83c0
Merge pull request #844
4 years ago
Valdis Vitolins
d086cebd93
Update changelog
4 years ago
datajake1999
5e502661d6
Add speechPlayer Klatt implementation as Klatt 6.
4 years ago
Valdis Vitolins
f0a12ee833
Fix issue #848: Māori improvements
4 years ago
Christianlm
ea544234ef
Updates italian source dictionaries
4 years ago
Valdis Vitolins
21f9aabf4d
Fix issue #842: Arabic long vowels are mispronounced
4 years ago
Valdis Vitolins
0a98398b59
Fix issue #845: pronunciation for Г and Ґ
4 years ago
Valdis Vitolins
7df533b7b7
Update tests for Klatt voices
4 years ago
datajake1999
a90a0fb2bd
Applied Klatt fixes from NV Access and added Edward variant.
4 years ago
btman16
39bb091721
Add new variant, Mike.
4 years ago
Valdis Vitolins
5ffcc7c6f1
Update changelog
4 years ago
Valdis Vitolins
52246c4043
docs: add more details about language vs voice settings
4 years ago
տիգրան
ee6d474e75
Update hy_rules
4 years ago
տիգրան
536f490dae
Update hy_list
4 years ago
Valdis Vitolins
3a9de7ae73
lv: add names for numbers up to 10^30
4 years ago
Valdis Vitolins
8e697086e9
docs: add more details for names of 10^3X orders
4 years ago
Valdis Vitolins
8481ced2d9
docs: make clear that listed languages are supported in development version, move comments below table
4 years ago
Valdis Vitolins
c1d9341f86
docs: add description for `make -B` command
4 years ago
Valdis Vitolins
bcfc001269
docs: remove specific clang version from parameters
4 years ago
ArenaL5
23a3d12195
Update version and version code
Version must be changed in:
- configure.ac
- src/windows/config.h
- android/jni/include/config.h
- android/build.gradle
- android/AndroidManifest.xml
4 years ago
ArenaL5
f74ef79c39
Add Fastlane metadata for F-Droid
4 years ago
Valdis Vitolins
ec7ebfb3c6
lv: add more unstressed words
4 years ago
Valdis Vitolins
5b3da5950a
Merge pull request #813
4 years ago
Juho Hiltunen
c9dee003bf
better explanation and nicer formatting for the ssml reference test.
4 years ago
Valdis Vitolins
5deac40b1a
Fix issue #811: improve Interlingua language
4 years ago
Juho Hiltunen
54d93cf2b4
code cleanup: move ssml reference handling logic to a new function ParseSsmlReference()
It's unclear why c2 needs to be set after an entity reference.
4 years ago
Juho Hiltunen
959bf26b6b
Add a test for XML/SSML character and entity references
4 years ago
Juho Hiltunen
34657e7ea4
code cleanup: move check for SSML comments and declarations to
ProcessSsmlTag()
Note the line in readclause.c:
if ((c2 == '/') || iswalpha(c2) || c2 == '!' || c2 == '?') {
It might be enough to pass everything to ProcessSsmlTag. What are the
cases that are skipped because of this?
4 years ago
Juho Hiltunen
75d66c89d0
code cleanup: Move self_closing checks to ProcessSsmlTag()
This is a bit slower since we don't pass n_xml_buf as an argument but
rather get it with a call to wcslen. It is much cleaner though, since
the name ProcessSsmlTag() implies that all processing should be done
there.
4 years ago