cordova-plugin-tts
cordova-plugin-tts copied to clipboard
Cordova Text-to-Speech Plugin (Maintainer WANTED!)
I want my application to respond in the Arabic language. it works fine for English but does not respond in Arabic. TTS.speak({ text: 'مرحبا', locale: 'ar-EG', rate: 0.75 }).then(function ()...
`stop()` is not working for me (plugin not installed). I have to use hack `speak('')` which stops reading.
Hi All, I am in middle of the application for the text to speech, I used Ionic cordova native text to speech plugin, It works fine when I pass option...
tried to run in js file and build the project but no voice \error coming on phone could you please help ??
I can change the options: text, locale and rate. Where can the pitch be adjusted? Is for the change the pitch a different plugin needed? TTS .speak({ text: 'hello, world!',...
@maolion The new promise implementation does not return promise back to the native call. The console doesn't print in success or failure. ``` this.tts.speak('Hello World').then(() => console.log('Success') ).catch((reason: any) =>...
In using Cordova plugin tts, when call comes in text to speech audio continues unnotified. I have being working on a complimentary plugin but because an a complete newbie, as...
do you plan making a new release with the stop function?