Mobile App Voice Input

1
I will be building a mobile interface for one of my apps soon.  One thing I would like is to enable voice input on a mobile app (filling in text boxes via voice, issuing app commands, etc.)  Has anyone ever done this with a mobile app on Mendix?  Any pointers or experience that might be helpful to me?
asked
2 answers
2

The problem will be that it has to work with phonegap. I found this article that might be interesting:

http://devgirl.org/2016/01/08/speaking-with-cordova/

And on Github there is a phonegap plugin:

https://github.com/poiuytrez/SpeechRecognizer

I do wonder what the results will be. Keep us posted about your end result.

Regards,

Ronald

 

answered
2

This widget will probably help you out.

https://github.com/FlockOfBirds/phonegap-audio-recorder

 

I've used it on a few projects and works quite well.

answered