livekit / server-sdk-go

Client and server SDK for Golang
Apache License 2.0
201 stars 90 forks source link

Transliteration #165

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

I Wonder if it’s possible to do real time audio to text ?

then coukd translate the text and show it in the bottom of the screen or in a side chat window specific to each users own language.

Then you could do video meeting with many people where none of them speak anyone else’s language !!

hope this is the right repo to raise this in.

anyway even if this is not fully possible yet , if the hooks are there we could work on getting the transliteration workers going

davidzhao commented 1 year ago

Great idea! This is possible with the SDK and a third party translation service. But I hope we'll be able to make this simpler to accomplish from here.

theomonnom commented 1 year ago

Hey @gedw99, You can take a look at our demo KITT, there is an implementation of realtime transcription using Google Speech To Text. This might be a good starting point for your needs.

gedw99 commented 1 year ago

Thanks @theomonnom

will try it