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.