I'd like to write a golf app that is 100% controlled using voice commands. For instance, the user says "shoot", the app records the gps location and records a stroke for the players score. The app would always respond verbally to each recognized command thru a connected Bluetooth headset.
I have a Sense which, I believe, has a microphone and gps so the hardware is there.
I have an Android mobile app that is 99.9% but am frustrated that Android is not ready for an app to be 100% voice controlled.
With a Fitbit app, I'm assuming my Android phone (or Windows tablet?) would be storing the game data.
I've never written an app for a wearable device but am willing to invest in the learning curve.
Is such an app feasible?
Answered! Go to the Best Answer.
So Fitbit isn't ready either. I might try making my Fitbit a slave to my Android app for status info but that's all I can use it for at the moment.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
So, short answer, is no. At least according to my research.
Geolocation is easy...Some watches have an embedded GPS and the other fall back to using the phone...transparent to the app.
However
There is not text to speech function - the app cannot talk to the user.
There is not speech to text function - the app cannot listen for the user to say something.
It's probably possible to have the companion side do some of the above but Android really isn't ready for that so it doesn't help.
So, I'm re-thinking my approach. Do I really need the app to talk and listen if the watch is on my wrist...maybe not...
Best AnswerSo Fitbit isn't ready either. I might try making my Fitbit a slave to my Android app for status info but that's all I can use it for at the moment.
Best Answer