K kalarius Active Member Licensed User Longtime User Dec 3, 2015 #1 How can I add greek phonems to the text to speech example?
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2015 #2 You can set the language with: B4X: Log(TTS.SetLanguage("el", "GR")) It will return true if it is supported. Upvote 0
You can set the language with: B4X: Log(TTS.SetLanguage("el", "GR")) It will return true if it is supported.