Replies: 1 comment 1 reply
-
What was the complete whisper command you used previously to transcribe a local file successfully? Did that previous command specify a model? The current command didn't specify a model but if the model parameter was different each time, that could explain why it would have to open a new connection this time to download a model that you haven't previously downloaded. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now, when working with raw wave files saved on a disk, the transcription works flawlessly
and the program appears to work offline exclusively.
But, when used with the following command:
arecord --mmap -f S16_LE -r 16000 -D hw:0,0 -c 1 -t raw | whisper -
Which apparently causes some sort of exception inside the application for some reason,
the whisper application is trying to contact several of Microsoft's own servers.
After being blocked by my application-level-firewall, the Whisper application crashes
with the following error message.
I would appreciate clarification on this matter.
Beta Was this translation helpful? Give feedback.
All reactions