Skip to content

A Node-Red node that interfaces with IBM Watsons streaming speech to text api. Will record sound via the microphone and output the result as text.

License

Notifications You must be signed in to change notification settings

thetolga/node-red-contrib-streaming-stt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node-Red node that interfaces with IBM Watsons streaming speech to text api. Will record sound via the microphone and output the result as text.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.7%
  • HTML 25.3%