Skip to content

A simple node.js readable stream that permits to stream audio from google Text-to-Speech

License

Notifications You must be signed in to change notification settings

MayamaTakeshi/google-speech-synth-stream

Repository files navigation

google-speech-synth-stream

A simple node.js readable stream that permits to stream audio from google Text-to-Speech

Installation

npm i google-speech-synth-stream

Usage

Sample code can be seen here

You need to set your GOOGLE_APPLICATION_CREDENTIALS before trying them:

export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials/file

After that, try:

node examples/pipe_to_speaker.js

About

A simple node.js readable stream that permits to stream audio from google Text-to-Speech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published