The documentation suggests that the addon supports text as well as SSML
I have not found a way to pass on SSML syntax’ed messages. I am quite interested in the <break time="3s"/> option.
<break time="3s"/>
Anyone has more info about whether SSML is actually supported by the addon ?
I’ve tested this some time ago and it still works today. Just make sure the text to be synthesized starts with <speak> and ends with </speak> You can test that it works on the Console.
<speak>
</speak>
Thanks ! That indeed works
say("<speak>the temperature <break time=\"3s\"/> is " + Math::round(Float::parseFloat(gTemperatureAverage.state.toString)) + "</speak>")