Skip to content

looklookson/capacitor-speech-synthesis

Repository files navigation

Capacitor Speech Synthesis Plugin

Installation

$ npm i --save capacitor-speech-synthesis

API

speak

import {SpeechSynthesis} from 'capacitor-speech-synthesis';

SpeechSynthesis.speak(
    {
    value: "Hello",
    volume: 0.75,
    speechRate: 0.8,
    }
);