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

https://github.com/programmerqeu/node-red-contrib-play

Output node for node-red to play sounds.
https://github.com/programmerqeu/node-red-contrib-play

Last synced: 5 months ago
JSON representation

Output node for node-red to play sounds.

Awesome Lists containing this project

README

          

# node-red-contrib-play

> Output node for node-red to play sounds.

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/badges/build.png?b=master)](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/build-status/master)
[![NSP Status](https://nodesecurity.io/orgs/programmerq/projects/8973ed4b-846d-4e2d-931d-7449c87576e8/badge)](https://nodesecurity.io/orgs/programmerq/projects/8973ed4b-846d-4e2d-931d-7449c87576e8)

## Install

Run the following command in the root directory of your Node-RED install

```
npm install node-red-contrib-play
```

### Linux

To use that node on linux, you need to install some libraries first.

```
sudo apt-get install sox libsox-fmt-all
```

## Thanks

1. This node is based on [play.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.