server-sdk-go icon indicating copy to clipboard operation
server-sdk-go copied to clipboard

Transliteration

Open gedw99 opened this issue 2 years ago • 3 comments

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

gedw99 avatar Jan 03 '23 16:01 gedw99

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.

davidzhao avatar Jan 04 '23 22:01 davidzhao

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.

theomonnom avatar Apr 15 '23 16:04 theomonnom

Thanks @theomonnom

will try it

gedw99 avatar Apr 16 '23 07:04 gedw99