Hello,
I want to a do a sample app to test the voice recognition of samsung gear s2.
I'm looking for a sample similar to this: https://www.google.com/intl/es/chrome/demos/speech.html
I'm trying to do this in a wearable project with Tizen SDK 2.3.1, but it seems that Google API for speech recognition is not supported.
When i do this in a js file:
if ('webkitSpeechRecognition' in window) {
It works on Tizen Web Simulator, but it doesn't work on the real device Samsung Gear S2.
How could i implement speech recognition on samsung gear s2, in a Tizen Web Project?
Thank you, any advice will be appreciated.