Nova 3 + Twilio Real Time call #1329
Replies: 4 comments
-
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.
-
Do you have a request ID you can share so we can take a closer look?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used your Nova-3 model for real time speech to text transmission but I haven't got response within 300ms. It takes 4 to 5 seconds.
{
model: 'nova-3',
interim_results: true,
punctuate: false,
encoding: 'mulaw',
sample_rate: 8000,
smart_format: false,
language: speechConfig.languageName || 'en-US'
});
Beta Was this translation helpful? Give feedback.
All reactions