google-speech-recog-stream
v1.5.0
Published
A node.js writable audio stream for google Speech-to-Text
Downloads
16
Maintainers
Readme
google-speech-recog-stream
A node.js writable audio stream for google Speech-to-Text
Installation
npm i google-speech-recog-stream
Usage
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/file
After that, try:
node examples/pipe_from_gsss.js