语言

Menu
Sites
Language
Tizen wearable developing with web project. TTS not supported???

 

 

I think tizen is easy to develope beacause of its supporting javascript developement.

but can't find some feature that native C has...
at this time, I can't find any document addressing TTS feature...

https://developer.tizen.org/ko/development/api-references/web-application?redirect=https%3A//developer.tizen.org/dev-guide/3.0.0/org.tizen.native.mobile.apireference/group__CAPI__UIX__TTSE__MODULE.html&langredirect=1

even though it's web application section...it says I should include #include <ttse.h> which makes me think that this is native code..
it's not possible on web project to have tts feature? 


 

 

响应

2 回复
Iqbal Hossain

Actually it is  native api ..may be it is a mistake.. 
TTS native api guide => https://developer.tizen.org/development/guides/native-application/text-input-and-voice/text-speech

Wonnam Jang

Hello~

There are W3C apis, and you can use W3C speech api such as TTS api in native api.
Tizen supports w3c speech api partially. So, you can refer following link for it and use it.

https://developer.tizen.org/development/api-references/web-application?redirect=https://developer.tizen.org/dev-guide/4.0.0/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html

https://w3c.github.io/speech-api/speechapi.html

 

And please check  privilege and required features, too.