node-red-contrib-google-tts

1.1.1 • Public • Published

node-red-contrib-google-tts

A Node Red node to call the Google Text to Speech API

This node sends a string of text to Google's Text to Speech engine for it to be converted into speech audio. The result returned is a URL that can be used to download the speech audio file in MP3 format to be saved or played on a device or browser. The URL can be passed to the node-red-contrib-google-cast to be played on Google Home and Chromecast devices.

Google's TTS service has an input string length limit of 200 characters. If the text to be translated is greater than 200 characters, it will be intelligently broken into segments and the output will consist of an array of URLs linking to sequential audio files encoding each segment.

Package Sidebar

Install

npm i node-red-contrib-google-tts

Weekly Downloads

12

Version

1.1.1

License

MIT

Unpacked Size

16.8 kB

Total Files

5

Last publish

Collaborators

  • deancording