aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 30 forks source link

Real-time audio transcription via Amazon Transcribe to add notes #6

Closed trivikr closed 3 years ago

trivikr commented 3 years ago

Is your feature request related to a problem? Please describe.

The Notes app shows how to use DynamoDB Client in the backend, and S3 Client in the frontend. I would like to see an example of using Amazon Transcribe Client which performs real-time audio transcription over a WebSocket.

Describe the solution you'd like

The frontend allows adding notes via speech. Example code for reference: https://github.com/amazon-archives/amazon-transcribe-websocket-static