Closed MohammedShokr closed 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?
--vac
builtins.ValueError: Provided number of samples is 641 (Supported values: 256 for 8000 sample rate, 512 for 16000)
it should be reported to faster-whisper, or to the orig whisper.
Or apply the fix in PR #115
Ok, thank you :pray:
I am trying to use
--vac
option in real time transcription but I am gettingbuiltins.ValueError: Provided number of samples is 641 (Supported values: 256 for 8000 sample rate, 512 for 16000)
error. How to solve that?