saharmor / whisper-playground

Build real time speech2text web apps using OpenAI's Whisper https://openai.com/blog/whisper/
MIT License
777 stars 140 forks source link

Implement multi-client support #41

Open ethanzrd opened 1 year ago

ethanzrd commented 1 year ago

Only one client can connect at a time due to the transcription calls not being thread-safe. Ensure multiple clients can connect at once.