Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.9.4, 5.12.0
-
None
-
Linux with speech-dispatcher using the espeak-ng plugin.
-
-
c96c1d5c7107b286b17640be7df9d8201e06ec5c
Description
If QTextToSpeech::setLocale is not called, the wrong voice with the wrong locale is used.
Calling
tts.setLocale(QLocale::system())
fixes it.
Minimal reproducer attached, run with
LANG=en ./testspch