cordova-plugin-tts icon indicating copy to clipboard operation
cordova-plugin-tts copied to clipboard

Cordova Text-to-Speech Plugin (Maintainer WANTED!)

Results 86 cordova-plugin-tts issues
Sort by recently updated
recently updated
newest added

If I copy this code ``` TTS.speak({ text: 'Welcome to the app!', locale: 'en-GB', rate: 0.75 }, function () { alert('success'); }, function (reason) { alert(reason); }); ``` into my...

I've got this error message while using Ionic 2 `Missing Command Error ` Can anyone help with this? Thank you so much . :)

Using it-IT as locale the library does not show error but it takes English as language. Any solution? With other locales, e.g. es-ESP, works properly.

I get this error with android. what could the problem be?

Is anyone else experiencing issues with Android 10 (particularly Samsung devices) only? The plugin doesn't seem to read out content in the target language. Thanks in advance.

Hebrew is also supported? Because I have tried "he-IL" but it didn't work - nothing was played.

Hello, I'm developing an app with various languages. For iOS everything seems to work perfectly but on android turkish and arabic languages seems not to be available. I read about...

This plugin is awesome but when i use these commands i install old version of the plugin code: ``` npm install cordova-plugin-tts npm install @ionic-native/text-to-speech ionic cap sync ``` I...

In the doc rate parameter is signed as 0 ~ 1, but in implementation I can see no difference between 0.9 and 0.4, but instead we can make play different...