1.5.0 • Published 2 years ago
google-speech-recog-stream v1.5.0
google-speech-recog-stream
A node.js writable audio stream for google Speech-to-Text
Installation
npm i google-speech-recog-streamUsage
Sample code can be seen here
You need to set your GOOGLE_APPLICATION_CREDENTIALS before trying them:
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials/fileAfter that, try:
node examples/pipe_from_gsss.js