Theera Well-Known Member Licensed User Longtime User Jun 19, 2013 #1 Hi all, I need to know that the TTS Library in the present which is supported languages,besides English ?
Hi all, I need to know that the TTS Library in the present which is supported languages,besides English ?
Erel B4X founder Staff member Licensed User Longtime User Jun 19, 2013 #2 The TTS library is only a wrapper. It supports all of the languages that the built-in speech engine supports. You can use this code to find all the languages that the current device supports: http://www.b4x.com/forum/basic4andr...4-listing-selecting-tts-voices.html#post79480
The TTS library is only a wrapper. It supports all of the languages that the built-in speech engine supports. You can use this code to find all the languages that the current device supports: http://www.b4x.com/forum/basic4andr...4-listing-selecting-tts-voices.html#post79480
Theera Well-Known Member Licensed User Longtime User Jun 19, 2013 #3 Hi Erel, I 've ever tried this,but it 's not supported or I configured be wrong,didn't I?
Erel B4X founder Staff member Licensed User Longtime User Jun 19, 2013 #4 I haven't tried your code. However if SetLanguage returns false then the language is not supported.