Getting duration as 0 on live deepgram transcriptions api #981
Replies: 3 comments 4 replies
-
@jkroll-deepgram please help me here |
Beta Was this translation helpful? Give feedback.
-
@aaditya25052002, an audio duration of 0 with a 101 response code means that you successfully opened a websocket connection to Deepgram, but we did not receive any audio through the connection. You'll need to troubleshoot the streaming audio that you're sending through your websocket connection. What do your application logs indicate as to the amount of bytes you're sending? Can you test by sending to another local source and then inspecting the difference between the audio you intended to stream, and the audio that you actually received? |
Beta Was this translation helpful? Give feedback.
-
I am trying to create the live transcriptions for the twilio call with the help of deepgram, the problem is I am not getting error, though I am not getting any transcriptions, it is giving me as my audio duration is 0.
I see a lot of folks has the same problem, but everyone of them has a different solution, though none of the solution is working for me>
Here is the rails code, which I am using:
Beta Was this translation helpful? Give feedback.
All reactions