Optimized parameters for Deepgram live streaming transcription (self-hosted) #998
Replies: 3 comments
-
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.
-
Using self-hosted, live streaming Speech-to-text API |
Beta Was this translation helpful? Give feedback.
-
Hi, may I know what would be the optimized parameters for for Deepgram live streaming transcription.
I am using Websockets from my Frontend (react) to Backend (FastAPI) and another Websocket from my BE to Deepgram API (self-hosted)
Currently I am using. It's working ok, but was thinking if I can improve it further.
sampleRate = 16000
channelCount = 2
chunkDuration = 200 //milliseconds
Beta Was this translation helpful? Give feedback.
All reactions