언어 설정

Menu
Sites
Language
STT support on real Gear S2 (not in emulator)

Hi, people,

I'm trying to use speech to text support in a real device (a Gear S2 smartwatch running Tizen 2.3.1). However, I always get error "Not supported" when I try to create the handle (I've used "stt_create(&stt)" as in the tutorials and I've added the "tizen.org/privilege/recorder" privilege to the manifest).

 

I've checked the "system_info_get_platform_bool("tizen.org/feature/speech.recognition", &b);" and b equals 0, so it looks like the Gear S2 doesn't have STT support (!).

 

Is it true? Or am I doing something wrong?

 

Thanks for your help!

Responses

2 댓글
daniel kim

Hi,

I think that you've checked correctly. If you get false  using this API, Gear S2 doesn't support STT.

  "system_info_get_platform_bool("tizen.org/feature/speech.recognition", &stt);"

Regards

Duzca

I'm afraid you're right. I've checked "tizen.org/feature/network.bluetooth" (something I was sure the S2 supports) to see if I was using correctly system_info_get_platform_bool() and that key gets true as expected. So it looks like the Gear S2 doesn't support STT :( Let's hope they add it soon.

 

Thanks for your answer, Daniel.