pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

Working example app for testing #31

Open cdcv opened 7 years ago

cdcv commented 7 years ago

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.

AugusDogus commented 7 years ago

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.

jacksonrdlc commented 7 years ago

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

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

kmturley commented 5 years ago

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