An open API service indexing awesome lists of open source software.

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.

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.

[![npm version](https://badge.fury.io/js/node-red-contrib-say.svg)](https://badge.fury.io/js/node-red-contrib-say)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/badges/build.png?b=master)](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-say/build-status/master)
[![Join the chat at https://gitter.im/programmerqeu/node-red-contrib-say](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/programmerqeu/node-red-contrib-say?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NSP Status](https://nodesecurity.io/orgs/programmerq/projects/d3a5e08c-ef9a-4f03-84a7-72e95cc0fd42/badge)](https://nodesecurity.io/orgs/programmerq/projects/d3a5e08c-ef9a-4f03-84a7-72e95cc0fd42)

[![NPM](https://nodei.co/npm/node-red-contrib-say.png?downloads=true)](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.