cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

Working example app for testing

Open cdcv opened this issue 7 years ago • 3 comments

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.

cdcv avatar Apr 09 '17 23:04 cdcv

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.

AugusDogus avatar Apr 09 '17 23:04 AugusDogus

Here's a youtube video of developer Paul Halliday setting up a project step by step.

https://youtu.be/dPbT_kElSXA?list=FLt2RBYE7N1voAWiBqeGlTHg

jacksonrdlc avatar Apr 13 '17 11:04 jacksonrdlc

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

kmturley avatar Jan 15 '19 21:01 kmturley