Hi,
From what I have read, the Android TTS does support simple SSML formatting (Speech Synthesis Markup Language). However, I have tried the following and all the angle brackets are just read out and the formatting is ignored.
Am I doing something wrong, or does the TTS library not support this yet?
Hope someone can help!
P.S. B4A is awesome!
From what I have read, the Android TTS does support simple SSML formatting (Speech Synthesis Markup Language). However, I have tried the following and all the angle brackets are just read out and the formatting is ignored.
B4X:
S = "That is a <emphasis> big </emphasis> car!"
TTS1.Speak(S, True)
Am I doing something wrong, or does the TTS library not support this yet?
Hope someone can help!
P.S. B4A is awesome!