fedirz / faster-whisper-server

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

How to get final message? #65

Open rsulab opened 2 months ago

rsulab commented 2 months ago

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

fedirz commented 2 months ago

Does waiting for the stream to close not work?

rsulab commented 2 months ago

Does waiting for the stream to close not work?

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

fedirz commented 2 months ago

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

rsulab commented 2 months ago

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