Socket
Socket
Sign inDemoInstall

@anggamanggala21/text-to-speech

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @anggamanggala21/text-to-speech

Text To Speech package for web browser


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@anggamanggala21/text-to-speech

@anggamanggala21/text-to-speech is a Node JS library to convert text to voice for web browser.

Installation

Use the package manager npm to install @anggamanggala21/text-to-speech.

npm i @anggamanggala21/text-to-speech

or using Yarn

yarn add @anggamanggala21/text-to-speech

Usage

import { play } from '@anggamanggala21/text-to-speech'

// play Hello world
play("Hello world")

// change language *optional (Default : 'en-ES')
play("Hello world", 'en-ES')

// change volume *optional (Range : 0.1 - 1)
play("Hello world", 'en-ES', 1)

Authors

Angga Manggala

Made with ❤

License

MIT

Keywords

FAQs

Last updated on 17 Sep 2021

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