whispering
whispering copied to clipboard
Streaming transcriber with whisper
## Description I really enjoy reading the code which is clean and well formatted. Just it doesn't have any docstring for the function which makes it a little slower for...
## Description Whilst openai/whisper may get faster in the future, it seems https://github.com/guillaumekln/faster-whisper/ says their "implementation is up to 4 times faster than [openai/whisper](https://github.com/openai/whisper) for the same accuracy while using...
Whisper assumes a 30-second interval as an input. So, whispering does not request analysis from whisper until 30 seconds have elapsed without `--allow-padding`. However, it is useful to show temporary...
## Description ## Additional context - #28
## Description The available language is fixed at server startup, but should be able to be changed ## Additional context - Related to #30
Currently, the ``buffer_tokens`` and ``buffer_mel`` is being used again in a later process. However, when they become too large, the processing will take too long and exhaust VRAM. Therefore, it...