capacitor-speech-synthesis
v1.1.0
Published
Speech Synthesis plugin for Capacitor.
Readme
Capacitor Speech Synthesis Plugin
Installation
$ npm i --save capacitor-speech-synthesisAPI
speak
import {SpeechSynthesis} from 'capacitor-speech-synthesis';
SpeechSynthesis.speak(
{
value: "Hello",
volume: 0.75,
speechRate: 0.8,
}
);
