texttospeech
texttospeech copied to clipboard
Text to Speech NativeScript plugin for Android & iOS :loudspeaker:
Some mobile phone brands, for example samsung, bring their native tts engine and not google's. Often with some flaws in terms of quantity and quality in the languages/locale. I came...
When I am trying to install a plugin it gives me an error: @nativescript-community/texttospeech is not a valid NativeScript plugin. Verify that the plugin package.json file contains a nativescript key...
Hi! The current version of the plugin does not work with NS7 or with NS8 either. (with android api 30). I made a demo repository, I copied the sample code...
Please migrate this plugin to latest nativescript version! ASAP!!!!
I've created a service file for TNSTextToSpeech as speak.service.ts : ``` import { Injectable } from '@angular/core'; import { TNSTextToSpeech, SpeakOptions } from '@nativescript-community/texttospeech'; @Injectable({ providedIn: 'root' }) export class...
Because `pause()` is not behaving the same way on both iOS and Android, adding a `stop()` method is a better option IMHO.
Fix for the issue [#14](https://github.com/bradmartin/nativescript-texttospeech/issues/14)