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.
- Host: GitHub
- URL: https://github.com/programmerqeu/node-red-contrib-play
- Owner: programmerqeu
- License: mit
- Created: 2014-11-25T12:13:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T13:01:03.000Z (over 9 years ago)
- Last Synced: 2025-08-25T00:54:36.260Z (10 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-play
> Output node for node-red to play sounds.
[](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/?branch=master)
[](https://scrutinizer-ci.com/g/programmerqeu/node-red-contrib-play/build-status/master)
[](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.