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

The default speech speed is way too slow on IOS. On Android its fine. Previously I have found that `rate: 1.5` has been working well. Although I notice now that...

I used to have a rate value of 1.5 on iOS and 1 on other platforms. Rate values of 0.75, 1 and 1.5 now make no difference on iOS 11:...

I set locales as zh-ch, for example, text is' (hello USB) ', but it's just 'USB'.anyone helps me,Thank U

I successfully integrated tts plugin. I would like to know if somehow I can highlight currently spoken words on my front-end. In other words if it could simultaneously speak and...

Calling the TTS plugin ends all i/o sessions in my app, causing many issues, especially because I am using another plugin (https://github.com/api-ai/api-ai-cordova/) to listen to input voice. Why is this...

error on galaxy note4 ``` java.lang.IllegalArgumentException: Invalid int: "OS" at android.os.Parcel.readException(Parcel.java:1624) at android.os.Parcel.readException(Parcel.java:1573) at android.speech.tts.ITextToSpeechService$Stub$Proxy.getVoices(ITextToSpeechService.java:796) at android.speech.tts.TextToSpeech.getVoice(TextToSpeech.java:1769) at android.speech.tts.TextToSpeech.access$1100(TextToSpeech.java:59) at android.speech.tts.TextToSpeech$12.run(TextToSpeech.java:1581) at android.speech.tts.TextToSpeech$12.run(TextToSpeech.java:1531) at android.speech.tts.TextToSpeech$Connection.runAction(TextToSpeech.java:2337) at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:747) at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:737) at...

Is there anyway to just the volume of just the text to speech so that it works independent of other sounds that are being play (such as during an MP3...

I need to read many paragraphs of an article. On "Success" function of the TTS plugin I recursively call the plugin itself to read the next paragraph until all paragraphs...

With Cordova plugin I get "Missing Command Error" in browser and on Windows Phone... window.TTS.speak( { text: 'hello, world!', locale: 'en-GB', rate: 0.75 }, null, function (reason) { alert("whoops\n" +...

it support chinese? i found it not support zh-CN