Ethan Zerad

Results 4 issues of Ethan Zerad

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

When ending the stream, there may be remaining audio data that isn't long enough to be transcribed (following the pre-configured transcription timeout). If the audio data contains speech, it should...

Managing speakers manually will allow to signal duplicate speaker detections to the client when using the real-time mode, and to mitigate speaker swappings when using the sequential mode.

# Automated Changes by [SimulateDev](https://github.com/saharmor/simulatedev) ## Setup ### Task Add custom fetch injection capability to FetchHttpClient to enable Next.js caching support while maintaining backward compatibility. ### Coding agents used 1....