Samuel Thibault
|
8afe77ba8e
|
Avoid underflowing ph_list3 (#2082)
|
5 months ago |
Samuel Thibault
|
87ebb9f0f4
|
ssml: Avoid spurious voice change event
We should initialize current_voice_id so that ssml processing knows what
voice we currently have, and not try to change it unless really needed.
|
8 months ago |
Daniel Winkler
|
1e93a3a10f
|
Adapt tests for en-US
|
11 months ago |
Christopher Brannon
|
8810fa330e
|
Fix another out-of-bounds read in SSML parsing.
A malformed tag like <foo could cause espeak to read past
the end of the string.
|
4 years ago |
Christopher Brannon
|
2d7286d571
|
Fix out-of-bounds read when processing malformed SSML.
|
4 years ago |
Juho Hiltunen
|
c9dee003bf
|
better explanation and nicer formatting for the ssml reference test.
|
4 years ago |
Juho Hiltunen
|
959bf26b6b
|
Add a test for XML/SSML character and entity references
|
4 years ago |
Reece H. Dunn
|
c6ac526847
|
When printing phonemes, don't add a space at the start of a sentence or clause.
|
6 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 |