Build Web App to do Real-time transcription

0

Hi, I am working on a web app that basically does what AWS's Real-time transcription does. However, my web app works a lot slower than AWS's Real-time transcription.

Since I tested from from the same machine, same location, hitting the same region (us-west-2), I suspect that my JavaScript code is not doing audio encoding fast enough. AWS Streaming Transcribe only has example code for streaming a file: can someone share snippet to illustrate how AWS's Real-time transcription does audio encoding?

P.S. My app uses code every similar to what is described in https://mellowship.dev/blog/amazon-transcribe-with-modern-web-audio-api-and-react.

Voyager
已提问 2 个月前157 查看次数
1 回答
0

Hi,

I haven't directly worked in this area, but I think you could borrow some aspects of your solution from this code sample namely the Meeting Audio Processing backend based on Kinesis/Fargate. Pls check if this helps.

Thanks, Rama

profile pictureAWS
Rama
已回答 1 个月前
  • Thanks for your reply, Rama. It turns out that my web app transcribes slower than AWS's Real-time transcription because my web app uses Medical Transcribe. It appears that Medical Transcribe needs a lot more time to 'end'/'finalize' the transcription.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则