node-tts-google

0.0.1 • Public • Published

node-tts-google

Description

A node client for google's translate service, which will automatially pipe the audio to the speaker.

Usage

var tts = require("node-tts-google").tts;

tts.speak(text); //defaults to english

tts.speak(text, 'el'); //force greek

Note: The Speaker library will require this environment variable to be set, prior to calling npm install:

set VisualStudioVersion=11.0

/node-tts-google/

    Package Sidebar

    Install

    npm i node-tts-google

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nothingmn