Implemented low level websocket client in java, not able to get any events back apart from Results. #1105
Replies: 5 comments 2 replies
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I am not able to use sdk, I tried the python sdk and things are working perfectly fine for me, but I need to implement the client in java due to few constraints.
Here is the code. I will share the requestId in some time. using below libraries -
for implementing websocket client. |
Beta Was this translation helpful? Give feedback.
-
{
"type": "Configure",
"features": {
"asr": {
"language": "en-US",
"interim_results": true,
"vad_events": true,
"model": "nova-3",
"encoding": "mulaw",
"sample_rate": 8000,
"channels":1,
"utterance_end_ms": "1000",
"endpointing": 300,
"punctuate": true
}
}
}
I am using deepgrams STT feature.
Tried request on both nova-2 and nova-3 model.
SessionId: 46df0a24-9aef-42f0-8bda-8a3a3f130b9a - here is the sessionId for reference.
Beta Was this translation helpful? Give feedback.
All reactions