Socket
Socket
Sign inDemoInstall

aiava-text-to-speech

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aiava-text-to-speech

Turn text into voice.


Version published
Maintainers
1
Install size
51.6 MB
Created

Readme

Source

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

  • text-to-speech
// 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.

FAQs

Last updated on 02 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc