Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS Logo
Menu

I am not able to get the response from the aws.

I am trying to integrate AWS transcribe streaming in a websocket using python as a backend language. I will be sending PCM 16 bit 24kHz audio chunks as input from the client(frontend). I am not able to get the response from the aws.

Published Oct 17, 2024
I am trying to integrate AWS transcribe streaming in a websocket using python as a backend language. I will be sending PCM 16 bit 24kHz audio chunks as input from the client(frontend). I am not able to get the response from the aws.
Here is my code -
the messages are sent successfully from the frontend but not able to receive the message on backend in the above socket.
 

Comments