Multiple languages streaming in live node starter #891
-
Hello, I am trying to change the deepgram-live-node-starter so that it supports multiple languages. I have forked here the code and added multiple languages in server but also in UI and client code. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Thanks for asking your question about Deepgram! If you didn't already include it in your post, please be sure to add as much detail as possible so we can assist you efficiently, such as:
|
Beta Was this translation helpful? Give feedback.
-
@alexopoulos7 When you say
What specifically are you trying to do with multiple languages? |
Beta Was this translation helpful? Give feedback.
-
I want users to be able to select the language of discussion from the
dropdown menu
Angelos
…On Tue, Aug 13, 2024 at 5:53 PM John Vajda (JV) ***@***.***> wrote:
@alexopoulos7 <https://github.com/alexopoulos7> When you say
so that it supports multiple languages.
What specifically are you trying to do with multiple languages?
—
Reply to this email directly, view it on GitHub
<#891 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHIHWUU5V253XSVA7LKOOLZRIMYNAVCNFSM6AAAAABMNZ5JVWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZSG4YTEMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@alexopoulos7 I tested your code out, it seems the language switching works, but the UI isn't updating as I switch between the languages. I think you might want to look at how you are handling state in your UI and ensure you are actually passing back the response from Deepgram correctly to the UI as a user switches the language option in the drop down. |
Beta Was this translation helpful? Give feedback.
@alexopoulos7 I tested your code out, it seems the language switching works, but the UI isn't updating as I switch between the languages. I think you might want to look at how you are handling state in your UI and ensure you are actually passing back the response from Deepgram correctly to the UI as a user switches the language option in the drop down.