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
demandé il y a 2 mois159 vues
1 réponse
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
répondu il y a un mois
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions