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
Reece H. Dunn
62c169e52e
tests: test da consonant and vowel audio generation
7 years ago
Reece H. Dunn
52c2b722a9
tests: test cs consonant and vowel audio generation
7 years ago
Reece H. Dunn
80dec4ce7c
tests: test cs consonant and vowel audio generation
7 years ago
Reece H. Dunn
a9c6d6a5e9
ssml.test: pass -q to the espeak-ng command to prevent it speaking.
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
062df03e9e
de: revert the phoneme and dictionary changes
7 years ago
Valdis Vitolins
3dea33965e
lv: different improvements
7 years ago
Reece H. Dunn
9812e009d7
de: fix running 'make check' with the voice changes
7 years ago
Valdis Vitolins
b762eac37f
Fix test because of changes in transliteration
7 years ago
Valdis Vitolins
a2743a0264
Test updated due to phonetic changes in Latvian pronunciation
7 years ago
Reece H. Dunn
7a33e60234
Reapply the emoji fix from commit 119c200e, only changing the code causing the issue.
7 years ago
Reece H. Dunn
6043d35c72
Add phoneme output tests.
7 years ago
Reece H. Dunn
50a2d8e291
Revert "Use strcpy instead of memcpy+strlen."
This reverts commit 119c200e00
.
7 years ago
Reece H. Dunn
f4248fd728
tests: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
74f9f5e34b
wavegen.c: Fix -Wmissing-prototypes warnings.
7 years ago
Reece H. Dunn
05d9a4839c
Enable and fix -Wmissing-prototypes 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
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
Reece H. Dunn
d19da58fa0
Fix running languages.test on sh/bash.
7 years ago
Anthony Cornehl
3115f769b1
tests/language.test: Use different hashing commands when needed
Outside of Linux platforms, sha1 hashing from the command-line is accomplished
by commands other than sha1sum. OSX uses shasum and FreeBSD uses sha1, so I've
added in detection for the appropriate command before falling back and failing
the test.
7 years ago
Reece H. Dunn
8585b0b47d
Fix the return status code from Synthesize when the voices cannot be found.
8 years ago
Reece H. Dunn
882c2651e1
Fix setting the default voice from espeak_SetVoiceByProperties.
8 years ago
Reece H. Dunn
16bea7fd0f
Don't crash in LoadVoice if langopts is NULL.
8 years ago
Reece H. Dunn
4d4a8419f8
Test espeak_SetVoiceByName with an invalid voice name.
8 years ago
Reece H. Dunn
aee367c334
Add espeak_SetVoiceByProperties tests with the languages property.
8 years ago
Reece H. Dunn
c0308e3140
tests/api: test that the translator's dictionary is correct.
8 years ago