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
Juho Hiltunen
50f58168e1
code cleanup: remove unused *constcharptr and MakeWawe2()
4 years ago
Valdis Vitolins
3030884809
Fix issue #801: Cherokee language support is broken
4 years ago
Valdis Vitolins
85a9e55340
Update version according to configure.ac, src/windows/config.h and android/jni/include/config.h files
4 years ago
Valdis Vitolins
cee18705a0
Remove '\03' (End of text) characters at the beginning of the file
4 years ago
Valdis Vitolins
38291f5e59
Support up to 350 voices/languages
4 years ago
Valdis Vitolins
b06f524f32
Issue #783: add new voices to the synthesizer
4 years ago
Valdis Vitolins
a479ae7899
lv: adjust intonation
4 years ago
Valdis Vitolins
6d3c1dfb4b
Add entries for Ido language
4 years ago
Valdis Vitolins
925052c35f
Add makefile entries for for Ido language
4 years ago
Lamashino
2bdd92811a
Create language definition file for Ido language
Creation of language definition file for Ido language.
4 years ago
Lamashino
bd19024b62
Create"io_list" for initial Ido language support
Creation of "io_list" file for Ido language
4 years ago
Lamashino
ba9b054a55
Create io_rules
Rules for initial support of Ido language.
4 years ago
Lamashino
0f5316d6f5
Update tr_languages.c
Added initial support for Ido language (similar to Esperanto).
4 years ago
Juho Hiltunen
0352616de9
code cleanup: remove ununsed ctrl_embedded
It's a duplicate of CTRL_EMBEDDED.
4 years ago
Juho Hiltunen
725bdda564
code cleanup: remove unused variables
this_ph_data, N_WAV_BUF, option.device, harm_sqrt_n, max_hval, next_pause
4 years ago