You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whisper models require a 16k sample rate, but not many audio devices provide that sample rate. Mine, for example, only supports 44100 and 192000. Leaving the sample rate at 16000 in src/config.json results in an error:
The whisper models require a 16k sample rate, but not many audio devices provide that sample rate. Mine, for example, only supports 44100 and 192000. Leaving the sample rate at 16000 in
src/config.json
results in an error:Changing it to 44100, on the other hand, results in:
Here is the output of
arecord -Dhw:0 --dump-hw-params
:Does this need some abstraction like
sox
?The text was updated successfully, but these errors were encountered: