cordova-plugin-speechrecognition
cordova-plugin-speechrecognition copied to clipboard
Working example app for testing
Do you have a full working example app, ideally on an app store, that we can use to test how well the speech recognition works without having to build one? It would also be very helpful (and there's already an issue for this) to have full code for a simple working example (maybe using a voice command) available.
Thanks very much.
His plugin makes use of the api's already existing in android and ios. They will work as well as the built in ones do. If you'd like to try it you can use the mic button built into your keyboard on either platform. I would have liked an example project myself starting out, but it's very straight forward once you get started.
Here's a youtube video of developer Paul Halliday setting up a project step by step.
https://youtu.be/dPbT_kElSXA?list=FLt2RBYE7N1voAWiBqeGlTHg
Found this example using Ionic: https://medium.com/@christophewillemsen/voice-driven-mobile-apps-with-ionic-and-the-speech-recognition-cordova-plugin-8aa64ad5edcb https://github.com/ikwattro/ionic-speechy