Posts

Showing posts from January, 2017

MIT App Inventor 2 - Voice Recognition

Image
** Hi All, I have received few requests to ask me to post App here in the Blog ** Get this .APK File From here! Hi Guys, I wished you all had a happy holidays! It's been a while since I published my last tutorial.  This morning, when I checked MIT App Inventor 2 web editor, I found few new interesting new components. One of them specially caught my eyes is the "SpeechRecognizer" under Media block. Checked the explanation on the right, I decided to do a quick test on this new component. What I want to do here is very simple: Click "Speak" button to talk to the App The App send the voice to SpeechRecognizer  The App then show the particular sentence into a Text next to "You've said" Here is the Screen1 Layout: Here are all the components I've used in this tutorial, a button, two labels, and SpeechRecognizer1 component as shown below. Here are the programming blocks. Only few blocks to get the Speech Recognizer