CatalystCode / cordova-plugin-cogsvcsspeech

Cordova plugin for Microsoft Cognitive Services speech services.
MIT License
2 stars 3 forks source link

Add startSpeaking to the Plugin and Example App #27

Closed esgraham closed 4 years ago

esgraham commented 4 years ago

Description

As an application developer, I'd like to use the startSpeaking method, in order to have the application speak the text given to the plugin.

As an user of the example application, I'd like to press the Start Talking button and have the application speak the text in the text box.

Acceptance Criteria

Resources

The SDK uses the SpeakText method SpeechSynthesizer.SpeakText, so find and replace will not work.