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
Juho Hiltunen
68874a06f1
code cleanup: make NumInstnWords() static
4 years ago
Juho Hiltunen
ee944700f8
code cleanup: Check all local includes with include-what-you-use
Going through files in src/libespeak-ng/, include-what-you-use removed a
few unnecessary includes and included explanations on why a certain
header should be included. This makes tracking globals and dependencies easier.
Running the codebase through IWYU should be repeated after each major
code restIncludes to standard c library weren't checked to avoid
breaking builds with other platforms.
See https://github.com/include-what-you-use/include-what-you-use
4 years ago
Valdis Vitolins
5e70981884
Add common abbreviations in Russian to the test
4 years ago
Valdis Vitolins
a90234c9ea
Add to test abbreviations explicitly defined in lv_list file
4 years ago
Valdis Vitolins
bddd8a8bde
Merge pull request #795
4 years ago
Valdis Vitolins
02174e2f76
Add test for Klatt voices
4 years ago
Valdis Vitolins
30d5735db5
docs: fix link and make it more descriptive
4 years ago
Valdis Vitolins
e6af1e7c59
docs: make direct links to guides from description to make list of docs shorter
4 years ago
Valdis Vitolins
9adc6e157e
docs: fix link
4 years ago
Valdis Vitolins
df282f8f3d
docs: add dedicated user guide for installation and usage
4 years ago
Valdis Vitolins
3aa4c10ef8
docs: remove entry about binaries, move dependencies into dependencies chapter
4 years ago
Valdis Vitolins
aec8baf093
docs: add examples how to use eSpeak NG as a C library
4 years ago
Juho Hiltunen
5d03047c19
code cleanup: remove unused int vowel_transition[4]
There's two variables with the same name:
1) in struct PHONEME_DATA, used by *phdata, *phdata_next and *phdata_prev
2) an unnecessary one that's only being memset() twice but never used
for anything
4 years ago
Juho Hiltunen
a4041952c5
code cleanup: remove unused references to f_log
f_log is only used in compiledict.c.
4 years ago