1.2.4 • Published 5 years ago

aiava-text-to-speech v1.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

text-to-speech

Turn your strings into voice.

Note: A user interaction must be made on the webpage for the speech synthesis to work. That means the must trigger an event on the web page, e.g. a click event.

Table of Contents

// Imports
import TextToSpeech from "aiava-text-to-speech";

// Create a new speaker.
const speaker = new TextToSpeech();

// Add something to the utterance queue.
speaker.say("Hello World!");

// Or use a different language.
speaker.language = "nb-NO";
speaker.say("Hei Verden!"); // Hello World

Installation

yarn add aiava-text-to-speech

Or with NPM

npm i -S aiava-text-to-speech

Documentation

All the documentation is located on the Text To Speech documentation site.

1.2.4

5 years ago

1.1.4

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago