This is a STT stream API web-page example for testing.
- Clone the repo to your local machine.
- (Check webServerURL address of app.js)
- All you need is a webserver. If you own your (static) webserver to serve your_local_repo_root, start it and jump to step 7.
- Or install a good "ready-to-use" Node.js http-server.
npm install http-server -g
cd your_local_repo_root
- Start the server with the command.
http-server -a localhost -p 80
- Start web browser and click button, we will start dictation & displaying the text.
- Web page URL address must be localhost or 127.0.0.1 or https://... for microphone input because of security reason.