Amy Bridges
Amy Bridges

Reputation: 11

Cordova Speech Recognition Plugin

I am looking for a Cordova Speech Recognition Plugin that will work with latest version of Cordova and iOS 9, I have tried this one https://github.com/macdonst/SpeechRecognitionPlugin and did not get much luck form it.

Does anyone know how to make this one work or have any other ideas?

Upvotes: 0

Views: 2045

Answers (2)

Nizar B.
Nizar B.

Reputation: 3118

You can make it work by using ng-speech-recognition AngularJS directive, it is compatible Cordova and works well on ionic, No need to install any plugins:

ng-speech-recognition AngularJS Directive

Upvotes: 1

Amy Bridges
Amy Bridges

Reputation: 11

Was able to make it work, the API key was the issue. ISpeech offers a testing and production key. The testing key did not work and the production key worked, Going to say it's an iSpeech issue and have notified them.

Upvotes: 0

Related Questions