Socket
Socket
Sign inDemoInstall

@hendrikprinsza/basic-tts-player

Package Overview
Dependencies
14
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hendrikprinsza/basic-tts-player

Play text string through device speakers


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Install size
807 kB
Created
Weekly downloads
 

Readme

Source

basic-tts-player NPM version License Downloads

Convert text to speech and play the sound

npm i @hendrikprinsza/basic-tts-player

Install

npm i @hendrikprinsza/basic-tts-player

Usage

var bTtsPlayer = require('basic-tts-player');

bTtsPlayer("Hello, this is a test string");

CLI

Install:

$ npm install -g @hendrikprinsza/basic-tts-player

Use:

Usage: basic-tts-player [string]

Text to speech to speaker

Options:

  -h, --help           output usage information
  -v, --version        output version number

Usage Example
$ basic-tts-player "Hello, this is a simple string"

License: MIT

Keywords

FAQs

Last updated on 08 Oct 2018

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