I am writing a hybrid app with cordova cli 8, ionic 1.3.5, and angularjs 1.5.3.
I would like to add speech recognition to my app. I would like the user to push a button, say some words, have the words be transcripted into text, and have that text string available in angular after.
I need it to work on Android and iOS. I tried to look at some plugins but there doesn’t seem to be a lot for Ionic v1:
https://cordova.apache.org/plugins/?q=speech%20to%20text&platforms=cordova-ios%2Ccordova-android
https://cordova.apache.org/plugins/?q=speech%20recognition&platforms=cordova-ios%2Ccordova-android
What do you recommend?