capacitor-speech-synthesis
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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,
    }
);

/capacitor-speech-synthesis/

    Package Sidebar

    Install

    npm i capacitor-speech-synthesis

    Weekly Downloads

    3

    Version

    1.1.0

    License

    GPL2

    Unpacked Size

    1.09 MB

    Total Files

    127

    Last publish

    Collaborators

    • looklookson