ufal / whisper_streaming

Whisper realtime streaming for long speech-to-text transcription and translation
MIT License
2.14k stars 262 forks source link

Error in VAC #136

Closed MohammedShokr closed 1 month ago

MohammedShokr commented 1 month ago

I am trying to use --vac option in real time transcription but I am getting builtins.ValueError: Provided number of samples is 641 (Supported values: 256 for 8000 sample rate, 512 for 16000) error. How to solve that?

Gldkslfmsd commented 1 month ago

it should be reported to faster-whisper, or to the orig whisper.

Or apply the fix in PR #115

MohammedShokr commented 1 month ago

Ok, thank you :pray: