cordova-plugin-tts
cordova-plugin-tts copied to clipboard
Cordova Text-to-Speech Plugin (Maintainer WANTED!)
I get tthis error when trying to install the plugin: `[ERROR] Cordova encountered an error. You may get more insight by running the Cordova command above directly. [ERROR] An error...
Hi, the plugin is working great. I use it with the Background Mode Plugin. https://github.com/katzer/cordova-plugin-background-mode The problem is, if I start TTS (even if I give an empty string) the...
I have tested and used some languages both on IOS and Android: en-GB, en-US, fi-FI, sv-SV. They all worked ok. But I guess there are more available. Are there any...
Hi, i wanted to ask about this combination of plugins (text-to-speech and background-mode) because it certain point they stop working together on iPhone 6S with iOS 10.3 . If you...
I noticed that new voices are added to IOS. Are there a list of available voices and the code to use them? I am particularly interested in the hew swedish...
The audio in the iOS app almost completely butchers (mispronounces) the words to the point of making them unrecognizable. I tested in the Android, It's much bester than iOS. Can...
Add support browser with this html5 api : ``` import {TextToSpeech, TTSOptions} from "@ionic-native/text-to-speech"; export class TextToSpeechMock extends TextToSpeech { private synth:SpeechSynthesis = window.speechSynthesis; speak(textOrOptions: string | TTSOptions): Promise{ var...
Hello I'm run your plugin in different version of iOS (8.0-9.2) and the voice is very slow no mater what rate I set up. In console log is this: THREAD...
I call speak empty string to stop. But when i call speak in next time, the onfulfilled callback doesn't fires
If I integrate the plugova plugova-plugin-tts into my application and I deploy on android it tells me the application has stopped