Hi all,
Can anybody provide me an example how to switch from default english reading voice to a different one, e. g. a german speaker, who reads the german words correctly?
Thanks a lot in advance !
Best regards,
RSA
Add the following to the beginning of your SSML TTS DocData:
<speak version="1.0" xml:lang="de-DE">
Then, be sure to close the speak tag at the end of your SSML TTS DocData:
</speak>