1.1.0 • Published 8 years ago

node-red-contrib-streaming-stt v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

node-red-contrib-streaming-stt

Node-RED node for IBM Watsons streaming speech-to-text api.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-streaming-stt

Usage

You will need to register an IBM Bluemix account and add the Speech To Text service to create the required credentials. Then enter these credentials while configuring the node.

Acknowledgements

Uses a modified version of node-microphone. Added it as code instead of a dependency due to a bug that made the lib not work in macOS.