Reece H. Dunn
|
c5f88c51dd
|
translate.c: Don't loop to the end of sbuf, as sbuf gets null terminated, so needs a byte for the null character. [msvc /analyze].
|
7 years ago |
Reece H. Dunn
|
c49164334b
|
Ensure each name in proc_names can fit an item_string [msvc /analyze].
|
7 years ago |
Reece H. Dunn
|
583a23f0cd
|
Use ENV_LEN in the fwrite call in LoadEnvelope2 to be consistent with the rest of the function.
|
7 years ago |
Reece H. Dunn
|
96ae5c65be
|
windows: ignore static-analysis build output
|
7 years ago |
Reece H. Dunn
|
19e425a169
|
windows: add ssml.c to the project to fix building on Windows
|
7 years ago |
Reece H. Dunn
|
6e3bcb1243
|
tests: test fr consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
4bf83271ec
|
tests: test fi consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
41f19d4137
|
tests: test fa consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
477395e29a
|
tests: test eu consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
605fa2d7dc
|
tests: test et consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
219d187a61
|
tests: test es consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
04dd5168a0
|
tests: test eo consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
e05b478f22
|
tests: use autoconf-style output when checking for the sha1 command.
|
7 years ago |
Reece H. Dunn
|
f71068a500
|
tests: test en consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
2b6f862ad4
|
tests: test el consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
beb8ed816f
|
tests: test de consonant and vowel audio generation
|
7 years ago |
Valdis Vitolins
|
e3dc69b4dd
|
ru: fix for 'зч'
|
7 years ago |
Reece H. Dunn
|
2692a92072
|
Merge commit 'f5539fc5fb2f8bf40d35a287ec08dad71c624d4c'
|
7 years ago |
Reece H. Dunn
|
62c169e52e
|
tests: test da consonant and vowel audio generation
|
7 years ago |
Valdis Vitolins
|
f5539fc5fb
|
ru: hard/soft 'ъ/ь' are silent
|
7 years ago |
Valdis Vitolins
|
021e9ea6ca
|
ru: shortened rule for ..его at the end of word, which is spelled as iv'o
|
7 years ago |
Valdis Vitolins
|
024ba81d14
|
ru: some common names where 'е' is written instead of 'ё'
|
7 years ago |
Valdis Vitolins
|
b211b41989
|
ru: fix for 'зе' (Медузе)
|
7 years ago |
Valdis Vitolins
|
922a7b0519
|
ru: fix for 'жч' (мужчина)
|
7 years ago |
Valdis Vitolins
|
1e8e037613
|
ru: fix for 'щ'
|
7 years ago |
Valdis Vitolins
|
00d80691bb
|
ru: stress fixes for pronouns
|
7 years ago |
Valdis Vitolins
|
33c9e800a3
|
ru: 'х' made less stressed
|
7 years ago |
Valdis Vitolins
|
10b348be19
|
ru: consistent formatting applied
|
7 years ago |
Valdis Vitolins
|
096877d92b
|
ru: fixes for 'л' and 'ль' (especially at the end of word)
|
7 years ago |
Valdis Vitolins
|
f54876422c
|
ru: fix for 'сч' which is wrongly merged
|
7 years ago |
Valdis Vitolins
|
ab3d035770
|
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
|
7 years ago |
Reece H. Dunn
|
52c2b722a9
|
tests: test cs consonant and vowel audio generation
|
7 years ago |
Reece H. Dunn
|
6a9621d213
|
Merge remote-tracking branch 'valdisvi/master'
|
7 years ago |
Valdis Vitolins
|
7b7598d53d
|
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
|
7 years ago |
Reece H. Dunn
|
b23f475e1a
|
ssml.h: Reformat the header file.
|
7 years ago |
Reece H. Dunn
|
d47e48a377
|
ssml: Update the copyright notice.
|
7 years ago |
Reece H. Dunn
|
017c6a9383
|
ssml.h: Add a copyright header and include guards.
|
7 years ago |
Reece H. Dunn
|
49b97105e5
|
ssml: Move ssmltags to ssml.c where it is used.
This avoids 'unused parameter' errors in readclause.c.
|
7 years ago |
Valdis Vitolins
|
6465e85615
|
ru: more formatting fixes
|
7 years ago |
Valdis Vitolins
|
3df38fd7e2
|
ru: n is softened before iotated vowel
|
7 years ago |
Valdis Vitolins
|
05b4d622db
|
ru: m; phoneme shortened
|
7 years ago |
Juho Hiltunen
|
985e7d5b39
|
set functions in ssml.c static.
The only entry point in the file is ProcessSsmlTags().
|
7 years ago |
Juho Hiltunen
|
ace9bc087a
|
fix syntax for pointer incrementation
previous syntax was a quick fix when changing from globals to pointers.
|
7 years ago |
Juho Hiltunen
|
a47ff4f41d
|
move ProcessSsmlTag() from readclause.to to ssml.c
use parameters instead of globals
|
7 years ago |
Juho Hiltunen
|
a6b1896ce3
|
move SetProsodyParameter()
|
7 years ago |
Juho Hiltunen
|
6c4d22b6d2
|
move ReplaceKeyName()
|
7 years ago |
Juho Hiltunen
|
21e391b631
|
move GetSsmlAttributes()
|
7 years ago |
Juho Hiltunen
|
d6ed3a3320
|
move PopParamStack()
|
7 years ago |
Valdis Vitolins
|
adc43bb943
|
ru: fixes for auxiliary words
|
7 years ago |
Juho Hiltunen
|
b793920ff7
|
move PushParamStack()
|
7 years ago |