From The Blog: Adding speech recognition to HTML5 apps

Corona’s plugin system provides a great way to extend Corona’s capabilities without having to modify Corona’s core engine. Developers building HTML5 apps have great access to JavaScript to add really cool features and it’s pretty easy to do!

Let’s look at an example…

Recently someone was interested in adding support for speech recognition for their HTML5 apps. We have created a demo that shows how to do just that in Chrome using the Web Speech API.

It serves as a great example of how to integrate JavaScript APIs into your HTML5 builds. Check it out!

You can also view a live demo of this plugin in action here! You will need Google Chrome to view the demo.

Learn more about the Web Speech Plugin

.btn_cta { border-color: #f96f29; background-color: #f96f29; color: #fff !important; padding:15px;}

View the full article