cordova-plugin-tts
cordova-plugin-tts copied to clipboard
Cordova Text-to-Speech Plugin (Maintainer WANTED!)
Is there anyway to pause a lit bit in between linebreak or at the end of sentence. Currently it does with comma only. Thanks
Note: F:\hoctienganh\platforms\android\src\com\wordsbaking\cordova\tts\TTS.java uses or overrides a deprecated API.
TTS isn't working on iPhone SE, same working on iPhone (6, 6+) & Android (4.4.2, 5 & 6)
I am looking for install this plugin with ionic 2. Is there any kind of document related to ionic2 configuration?-
Hi can i change the voice on this plugin ?
This plugin has been useful for a while. Shouldn't we have versions as we do some changes. Currently it does not have any release version. If we can tag release...
Should expose the stop function so we can match functionality with Web a little better. Any guidelines on how to contribute? I am going to make this change, I need...
Is working on the ionic emulate ios, but i got "undefined" on android and ios ionic view. Just by doing this : ``` document.addEventListener("deviceready", function () { alert(TTS) //or alert(window.TTS)...
Is it any possibility to insert a pause of some length into the speech? Can I use any special command or parameter? I am using the plugin in an application...
Is there a way to add a listener on the 'onstart' event from the speechsynthesis API, and not only fire with 'onend' event?