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?