Description
What are you trying to accomplish?
The JavaScript v3 example already contain a Transcribe example. It uses the asynchronous API.
The Transcribe service provides an WebSocket endpoints now to support streaming transcription. An example for it will be nice. The example will use collect user's voice stream from the microphon, streaming it to the AWS Transcribe streaming serivce and get the streaming transcript. Then print the streaming transcript on the webpage.
I have an old PR for the example: amazon-archives/amazon-transcribe-websocket-static#36
Some of the code can be reused here.
Which AWS services, if known, should this code example use?
- Transcribe
- Cognito
- CloudFormation
Which AWS SDKs or tools, if known, should this code example use?
- AWS SDK for JS
Are there any similar code examples that could be leveraged?