Node-RED node for IBM Watsons streaming speech-to-text api.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-streaming-stt
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.
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.