WhisperLive icon indicating copy to clipboard operation
WhisperLive copied to clipboard

how to consume it with webapplication? (forward the client() to another websocket)

Open barshag opened this issue 1 year ago • 3 comments

Hi,

I need a bit technical aid,

I want to forward the transciption, but the client is just forwarding it to an html client.

How can i do it by tweaking the client calling?

barshag avatar Jan 08 '24 09:01 barshag

Hello, happy to help, so to understand your setup a little but better. You have a web-application (html/js) that captures the microphone and could send it to the transcription server and receives the the transcription back over the same or another websocket?

zoq avatar Jan 08 '24 20:01 zoq

The backend and frontend are on the same computer- so it can be in both places (it would be interesting to see how to implement both BTW) Thanks a lot!

And yes to the other setting - it can be another websocket..

barshag avatar Jan 11 '24 23:01 barshag

Hello, happy to help, so to understand your setup a little but better. You have a web-application (html/js) that captures the microphone and could send it to the transcription server and receives the the transcription back over the same or another websocket?

@zoq Hello, is there a demo code to make it success?

wilsonlv avatar May 17 '24 06:05 wilsonlv