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
Juho Hiltunen
2b10dba10f
move ProcessParamStack()
7 years ago
Juho Hiltunen
da125f1a1b
move GetVoiceFromStack()
7 years ago
Juho Hiltunen
16a5b5d15c
move attr_prosody_value()
7 years ago
Juho Hiltunen
fdc2bb06d9
move GetVoiceAttributes()
7 years ago
Juho Hiltunen
f00d5798de
add ssml.h for defines
7 years ago
Juho Hiltunen
a4eca79304
moved attrcopy_utf8()
7 years ago
Juho Hiltunen
07a19b3208
moved attrnumber() from readclause.c to ssml.c
7 years ago
Juho Hiltunen
a8239c4502
start moving SSML related parsing to ssml.c
move: attrcmp() and attrlookup()
new file ssml.c added to Makefile.am
7 years ago
Valdis Vitolins
d1ce948058
ru: format cleanup — all tabs converted to spaces, rules aligned around group letter
7 years ago
Valdis Vitolins
7bb52d332f
ru: rules sorted in alphabetical order,
default spelling moved to the start of the group
7 years ago
Valdis Vitolins
7470227d75
ru: words sorted in alphabetical order for groups
7 years ago
Valdis Vitolins
e308c86d27
lv: more fixes for word pronunciation
7 years ago
Valdis Vitolins
dff4d24aa8
lv: fixes for unstressed words/phrases
7 years ago
Valdis Vitolins
d3a502ea79
lv: fixes for n
7 years ago
Valdis Vitolins
2ef1d2afab
lv: fixes for l
7 years ago
Reece H. Dunn
80dec4ce7c
tests: test cs consonant and vowel audio generation
7 years ago
Reece H. Dunn
813d473ee1
phonemes.md: don't wrap features in the Other Symbols table.
7 years ago
Reece H. Dunn
1b469c99a1
phonemes.md: align the table cells in vim
7 years ago
Reece H. Dunn
a9c6d6a5e9
ssml.test: pass -q to the espeak-ng command to prevent it speaking.
7 years ago
Reece H. Dunn
c50010e046
Merge remote-tracking branch 'brawer/ssml-test'
7 years ago
Sascha Brawer
7e669f1812
Add tests on SSML parsing
A corpus of SSML input files will also be needed for fuzzing.
https://github.com/espeak-ng/espeak-ng/issues/407
7 years ago
Reece H. Dunn
46123680be
tests: test cmn consonant and vowel audio generation
7 years ago
Reece H. Dunn
5df6b03623
tests: test ca consonant and vowel audio generation
7 years ago
Reece H. Dunn
12a5456ff9
tests: test bs consonant and vowel audio generation
7 years ago
Reece H. Dunn
5d2da4b91a
tests: test bpy consonant and vowel audio generation
7 years ago
Reece H. Dunn
8c41f6bd0c
tests: test bn consonant and vowel audio generation
7 years ago
Reece H. Dunn
0255eda4b2
tests: test bg consonant and vowel audio generation
7 years ago
Reece H. Dunn
da41595457
tests: test az consonant and vowel audio generation
7 years ago
Reece H. Dunn
b9a0e090f6
tests: test as consonant and vowel audio generation
7 years ago
Reece H. Dunn
6b5187fb47
tests: test ar consonant and vowel audio generation
7 years ago
Reece H. Dunn
3029b12358
tests: test an consonant and vowel audio generation
7 years ago
Reece H. Dunn
bf42a488ea
tests: test am consonant and vowel audio generation
7 years ago
Reece H. Dunn
1c7c6debcc
tests: test af consonant and vowel audio generation
7 years ago
Reece H. Dunn
88555f3a7a
Remove the ReadMe file from dictsource.
7 years ago
Sascha Brawer
1b923fb0d6
Fix compiler warning
Before this change, the clang compiler produced the following warning:
```
In file included from src/libespeak-ng/espeak_api.c:35:
src/libespeak-ng/event.h:65:28: warning: declaration of 'struct timespec' will
not be visible outside of this function [-Wvisibility]
void clock_gettime2(struct timespec *ts);
^
src/libespeak-ng/event.h:66:28: warning: declaration of 'struct timespec' will
not be visible outside of this function [-Wvisibility]
void add_time_in_ms(struct timespec *ts, int time_in_ms);
^
2 warnings generated.
```
7 years ago
Reece H. Dunn
18515a0429
Merge remote-tracking branch 'jaacoppi/bugfix'
7 years ago
Reece H. Dunn
7435f1a9d4
Merge remote-tracking branch 'jaacoppi/booleans'
7 years ago
Juho Hiltunen
8999a3b8fb
when end_clause_after_tag is set: end clause after the tag, not before the tag
Fixes #401 .
7 years ago
Juho Hiltunen
78749f14f8
readability fix: use boolean instead of 0 and 1 for loop control
7 years ago
Reece H. Dunn
f096ca7bb5
fr: fix the 'x' in -atrix words like matrix, Bellatrix.
7 years ago
Reece H. Dunn
051c78b9f2
Merge remote-tracking branch 'brawer/hirshenbaum-typo'
7 years ago
Sascha Brawer
2e2afe5cdf
Fix typo: “Kirshenbaum” encoding, not “Hirshenbaum”
7 years ago
Sascha Brawer
a88c38629e
Fix link in documentation
The stray space confuses GitHub’s markdown parser.
7 years ago
Reece H. Dunn
abd2ded8d7
ru: remove (ь rules that are the same as (Y rules, as the Y group contains the ь letter
7 years ago
Reece H. Dunn
3bd78cc721
ru: remove '$' handling in ru_rules
7 years ago