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달 전166회 조회
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
답변함 한 달 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠