fedirz / faster-whisper-server

https://hub.docker.com/r/fedirz/faster-whisper-server
MIT License
391 stars 57 forks source link

How to get final message? #65

Open rsulab opened 2 weeks ago

rsulab commented 2 weeks ago

I need only final message in stream, how to determine that message is final?

fedirz commented 1 week ago

Does waiting for the stream to close not work?

rsulab commented 1 week ago

Does waiting for the stream to close not work?

i dont want close and reopen connection - it is not websocket way

fedirz commented 1 week ago

Could you please explain in greater detail what you are trying to achieve?

rsulab commented 1 week ago

I want to open a connection, send audio, and receive the final recognition phrase without closing connection