How to best handle 8kHz audio while streaming #1396
Replies: 5 comments 1 reply
-
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.
-
encoding="linear16", |
Beta Was this translation helpful? Give feedback.
-
Based on your question about handling 8K audio for streaming transcription in Hindi, English, and Hinglish, here are the key points: You do not need to upsample your 8K audio to 16K before sending it to Deepgram. When using raw audio streams, you should specify the correct sample rate (8000 Hz in your case) using the sample_rate parameter Here's what you should do: When streaming raw audio, make sure to set both:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a streaming usecase where audio of 8K quality is getting streamed via telephony partners in India and I want streaming transcription like with Hindi, English and Hinglish. My question is should I resample this 8K to 16K before sending to Deepgram or no? What benefits or downsides will resampling have, I got two different information from 2 different sources.
Beta Was this translation helpful? Give feedback.
All reactions