Languages

Menu
Sites
Language
[Gear S] Voice Recognition on Gear devices

Hello guys, I'm wondering is it possible to create\integrate voice recognition in my app?

Actually, I'd like to implement some voice commands inside my app for Gear S, like "do this", "do that"

I tried to use third-party libraries like annyang.js or PocketSphinx.js, but first library not works because use webkit internal  voice recognition functionality, which seems is not implemented for gear s. PocketSphinx.js not works also.

There is "S voice" system app on Gear s. Can we call these application and get some feedback like on android devices?

Also on system keyboard there is micrifon icon, and user can fill text filed by voice. Can this voice-to-text functionality be implemented without keyboard? 

 

Responses

2 Replies
daniel kim

Hi,

Currently there are no exposed API of voice recognition for Gear S. so it looks like that we have no way to achieve it. but I hope that next version will support this.

Regards,

 

Seoghyun Kang

If you use the "Web Speech API (W3C API)", you can use the voice recognition.

But Tizen supports the Web Speech API partial. That's why we cannot use the voice recognition now :(