node-red-contrib-streaming-stt
v1.1.0
Published
Node RED Node for IBM Watsons Speech To Text Streaming api over websocket
Downloads
6
Readme
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.