https://github.com/programmerqeu/node-red-contrib-say
Let your computer speak the entered text.
https://github.com/programmerqeu/node-red-contrib-say
Last synced: 3 months ago
JSON representation
Let your computer speak the entered text.
- Host: GitHub
- URL: https://github.com/programmerqeu/node-red-contrib-say
- Owner: programmerqeu
- License: mit
- Created: 2014-11-26T14:51:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T14:44:41.000Z (over 5 years ago)
- Last Synced: 2025-10-27T03:24:34.214Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-say
> Output node for node-red for tts (text to speech).
> Let your computer speak the entered text.
[](https://badge.fury.io/js/node-red-contrib-say)
[](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/?branch=master)
[](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/build-status/master)
[](https://gitter.im/programmerqeu/node-red-contrib-say?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://nodesecurity.io/orgs/programmerq/projects/d3a5e08c-ef9a-4f03-84a7-72e95cc0fd42)
[](https://nodei.co/npm/node-red-contrib-say/)
## Preparation
### OSX
You should be lucky. All you need is preinstalled.
### Linux
Linux support involves the use of [Festival](http://www.cstr.ed.ac.uk/projects/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
```
## Thanks
1. This node is based on [say.js](https://www.npmjs.com/package/say). Special thanks to Marak!
2. [NodeRED](nodered.org) is the main tool for the internet of things. It is a open source project is invented and maintained bei IBM.