Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 367 Bytes

Stream audio to Server and Transcript

Stream audio from the microphone connected to your browser to a node js server.

install dependencies:

npm install

run:

export GCLOUD_PROJECT= <your google speech project name>
export GOOGLE_APPLICATION_CREDENTIALS= <your app credential location>
npm start