KarlEick
9be1aaed42
improvements for german
These are some improvements to the german voices, both default and mbrola. It fixes some sounds of phonemes and also pronunciation of words. I also modified the mbrola phoneme and voice files to make them sound more natural. The stressLength setting is that it matches the way espeak deals with the lengths.
7 years ago
Reece H. Dunn
a8abad2975
af: Updates from Christo de Klerk.
7 years ago
Reece H. Dunn
76c9400fb0
Add a name property to the Māori (mi) voice file.
7 years ago
Reece H. Dunn
3be1464ccb
Include the number of languages and accents in languages.md.
7 years ago
Reece H. Dunn
c7ab0a2a33
Update the changelog.
7 years ago
Valdis Vitolins
154c9f5089
Latvian language improvements
7 years ago
Valdis Vitolins
242990ab31
Fix for wrongly interpreted bars in markdown
7 years ago
Reece H. Dunn
22bbd28d2c
Add -Wimplicit warning checks.
7 years ago
Reece H. Dunn
c59c9633de
Fix -Wuninitialized warnings.
7 years ago
Reece H. Dunn
f4248fd728
tests: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
6a735f19f2
ieee80.c: Fix -Wmissing-prototypes warnings (create an ieee80.h header file).
7 years ago
Reece H. Dunn
941f439ca7
espeak-ng.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
b11480c09d
compiledata.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
7f42e0aaca
compiledict.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
b8b0119b62
dictionary.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
68724badf3
encoding.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
8768cba0ae
numbers.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
255147ee75
readclause.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
e6db4c1779
spect.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
e6c75fa350
speech.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
6acec43043
synthesize.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
8d8170ea0d
translate.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
f605f79465
tr_languages.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
74f9f5e34b
wavegen.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
7ea0d0d7e9
speech.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
5c14e92f6b
voices.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
66a53cce02
klatt.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
63b162c600
mbrowrap.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
ba62f9a162
event.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
6d168ead22
fifo.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
553a6f38a6
Enable and fix -Wreturn-type warnings.
7 years ago
Reece H. Dunn
0915e02de3
Merge commit '05d9a4839c1ac792b9a3842e6bd0ad13c5316359'
7 years ago
Reece H. Dunn
05d9a4839c
Enable and fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
256229b348
Enable and fix -Wreturn-type warnings.
7 years ago
Reece H. Dunn
ed4d82c61b
Fix the UCD version in the comments.
7 years ago
Reece H. Dunn
20dc74eafb
Use the -Wunused flag instead of the separate flags.
7 years ago
Reece H. Dunn
977c85ad6e
Enable and fix -Wunused-but-set-variable warnings.
7 years ago
Reece H. Dunn
d89fa59bed
Enable and fix -Wunused-variable warnings.
7 years ago
Reece H. Dunn
6d9bb7ef17
Enable and fix -Wunused-parameter warnings.
7 years ago
Reece H. Dunn
dd3df1d0a8
Enable and fix -Wunused-function warnings.
7 years ago
Reece H. Dunn
55290b7aed
Update the changelog.
7 years ago
chrislm
4b284c0266
IT: updated it_list and it_rules
7 years ago
Reece H. Dunn
c4cab2e42a
Update the changelog.
7 years ago
Juho Hiltunen
686a82f1b8
finnish: added pronunciation for letter q
Formerly, q was pronounced exactly like k. This is not the case in finnish.
7 years ago
Juho Hiltunen
ddaf267aa9
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
7 years ago
Reece H. Dunn
7f5914c0de
Don't ignore ZWJ characters.
7 years ago
Reece H. Dunn
2442dd05ae
Document the ignored characters in tr_languages.c.
7 years ago
Reece H. Dunn
516786aecb
ka: Comment out the emoji translations that were breaking the pronunciation of '3' and '7'.
7 years ago
Reece H. Dunn
119c200e00
Use strcpy instead of memcpy+strlen.
This replaces uses of:
memcpy(dst, src, strlen(src))
with:
strcpy(dst, src)
This fixes issues with reading past the end of the copied buffer
(e.g. when processing word-based replacements for emoji characters)
by ensuring that the destination buffer is null terminated.
Reported by Michael Curran <[email protected] >
7 years ago
Juho Hiltunen
ef067a11fb
finnish: ui sounds better than wi in all tested cases (subjective opinion). I haven't heard of any rule saying ui should be pronounced like wi.
7 years ago