Skip to content

This is a Cordova 3.x compatible plugin built to support nuance's mobile sdk for being able to do voice recognition and tts

License

Notifications You must be signed in to change notification settings

chalettu/nuance-phonegap-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuance-phonegap-plugin

This is a Cordova 3.x compatible plugin built to support nuance's mobile sdk for being able to do voice recognition and tts

Installation Instructions for IOS:

  1. Sign up for a developer account at http://dragonmobile.nuancemobiledeveloper.com/public/index.php?task=home

  2. Download the IOS SDK

  3. Add the IOS SDK .framework file as Nuance instructs you to in there installation directions.

  4. Install this plugin to your cordova project

cordova plugin add https://github.com/chalettu/nuance-phonegap-plugin.git

  1. Configure the plugin with your credentials in the Plugins/credentials.m file alt tag alt tag

  2. At this point you should be able to do a cordova build ios and have your project compile successfully

  3. I am working on getting more detailed documentation on some of the javascript calls but in the mean time if you have questions feel free to ask a question about how to use this plugin.

Installation Instructions for Android:

  1. Create an android project using cordova

  2. Add the nuance plugin cordova plugin add https://github.com/chalettu/nuance-phonegap-plugin.git

  3. Download the android SDK from nuance found here . http://dragonmobile.nuancemobiledeveloper.com/public/index.php?task=getKit&kit=sdkCurrentAndroidKit

  4. Open up your cordova android app in a tool like Eclipse.

  5. After unzipping the sdk files please add the following files to the libs directory of your project.
    alt tag

  6. Add your credentials to the credentials.java as seen in this photo. alt tag

  7. We need to add the appropriate android permissions so the android app can use things like microphone, etc. Please edit your projects androidManifest.xml like the picture below alt tag

  8. For more documentation on the functions that are available please reference http://nuancedev.github.io/docs/nuancespeechkit.html

About

This is a Cordova 3.x compatible plugin built to support nuance's mobile sdk for being able to do voice recognition and tts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published