[espeak-ng:master] reported: Position parameter of espeak_Synth doesn't work properly #github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #861 Position parameter of espeak_Synth doesn't work properly
Looks like POS_CHARACTER makes the speech start from the next full word after position X. See this:
The reason is here: https://github.com/espeak-ng/espeak-ng/blob/9e9c0a042b23d1b0ecd9871b5b60d56e9aeeca2f/src/libespeak-ng/readclause.c#L676-L683 It's clearly intended behaviour, but is it a good idea? I think not, it should break the word and start from the character position indicated.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #861 Position parameter of espeak_Synth doesn't work properly
Oh, thanks for the explanation. Interesting. Weird. It should at least the very least be documented more clearly if not changed.
|
|