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
Reece H. Dunn
7fc1e30316
Add tests for espeak_SetVoiceByName.
8 years ago
Reece H. Dunn
cec0e773a4
Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour.
8 years ago
Reece H. Dunn
bdc255835e
Provide a compatibility implementation of iswblank for C89 compilers.
8 years ago
Reece H. Dunn
223d14bec8
Move the type declaration out of the for loops to support building with a C89 compiler.
8 years ago
Reece H. Dunn
0b56f2e5bc
Use C-style comments to support using a C89 compiler.
8 years ago
Reece H. Dunn
ddee4d6386
languages.test: fix running the Japanese test
8 years ago
Reece H. Dunn
ea0dcc9473
Testing UTS 51 (5.0-12) ED-14c. emoji keycap sequence
8 years ago
Reece H. Dunn
37819f0781
Testing UTS 51 (5.0-12) ED-14b. emoji combining sequence
8 years ago
Reece H. Dunn
6f39beb154
Testing UTS 51 (5.0-12) ED-14. emoji tag sequence (tag_base = emoji character)
8 years ago
Reece H. Dunn
421518e8cc
Testing UTS 51 (5.0-12) ED-14. emoji flag sequence
8 years ago
Reece H. Dunn
40eed16247
Testing UTS 51 (5.0-12) ED-13. emoji modifier sequence
8 years ago
Reece H. Dunn
281cb5513e
Testing UTS 51 (5.0-12) ED-9a. emoji presentation sequence
8 years ago
Reece H. Dunn
e02ab7d0c2
Testing UTS 51 (5.0-12) ED-8a. text presentation sequence
8 years ago