whispering icon indicating copy to clipboard operation
whispering copied to clipboard

Streaming transcriber with whisper

Results 6 whispering issues
Sort by recently updated
recently updated
newest added

## 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...

Type: Question
Status: Stale

## 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...

Status: Proposal

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...

Type: Feature

## Description ## Additional context - #28

Type: Feature

## Description The available language is fixed at server startup, but should be able to be changed ## Additional context - Related to #30

Type: Feature

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...

Type: Feature