WhisperLive
WhisperLive copied to clipboard
how to consume it with webapplication? (forward the client() to another websocket)
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?
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?
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..
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?