Hey everyone! Firstly, thanks for your work and a great product!
I have a feature request about ability to configure BUFFER_SIZE in transcriber service which is currenlty only 500ms.
The use case is following: I don't need live captions in meetings, but I do need transcriptions.
What I'm trying to do is to use Jitsi Skynet for transcription with Faster-Whisper. And since I don't need live captions but only resulting transcription - it looks like transcribing input stream using 500ms chunks isn't optimal. I assume that increase of buffer size can result into less workload on whisper service which is very desirable. Correct me, if I'm wrong
Thanks in advance