node-red-contrib-say 0.1.1
Output node for node-red for TTS (text to speech). Requires preinstall TTS program on command line.
node-red-contrib-say
Output node for node-red for tts (text to speech). Let your computer speak the entered text.
Preparation
OSX
You should be lucky. All you need is preinstalled.
Linux
Linux support involves the use of Festival, which uses decidedly less friendly names for its voices.
Windows
It simply does a native shell call to PowerShell and it works fine for standard use.
Install
Switch to your Node-RED project directory and run the following command:
npm install node-red-contrib-say