shirayu / whispering

Streaming transcriber with whisper
MIT License
685 stars 53 forks source link

how can i use whispering with websocket client? #88

Closed BWMa closed 1 year ago

BWMa commented 1 year ago

i have installed whispering on two different PC,and startup server and client . pc1 is Host whispering --language en --model tiny --host 0.0.0.0 --port 8000 pc2 is Client whispering --host ADDRESS_OF_HOST --port 8000 --mode client now what should i do to use client ?

shirayu commented 1 year ago

Please just speak into the microphone.

If it doesn't work, check that the host GPU is being used correctly. You can also check the details of the operation by running with the --debug option.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 21 days with no activity.