node-red-contrib-google-tts 1.1.1

A node-red node for translating text to speech using Google's TTS service.

npm install 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.

Node Info

Version: 1.1.1
Updated 5 years, 10 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

11 in the last week

Nodes

  • google-tts

Keywords

  • node-red
  • tts
  • speech
  • google

Maintainers